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:
http://community.nodebb.org/topic/229/how-does-redis-work-is-it-scalable-
-
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.
Copyright © 2024 NodeBB | Contributors