Share your stats!
-
Hi
Trying to get a handle on memory and CPU usage (Drew a blank on google searches)
Would love to hear your mem/CPU usage vs. forum activity (users/posts/activity etc) for those using the default redis backend (my personal preference).
Care to share?
Thanks
C -
This might help you:
How does redis work is it scalable
Hello NodeBB, I wanted to know, I've just read the wikipedia page about Redis (I understood that NodeBB is using this technology to store the data). But sinc...
NodeBB Community (community.nodebb.org)
-
Thanks @psychobunny - that's very helpful. Might want to consider linking to that in the Requirements as it's very useful
-
Note that RAM used by Redis is one thing, that consumed by Node.js is another, and tends to be more than that used by Redis.
For example, on a test system with just 1 user and about 30 posts, Node.js is using about 110 MB of RAM, several times more than being used by Redis.