@johntn Because NodeBB requires dependencies to be installed, we cannot do anything more on our end to make NodeBB install as easy as PHP's "upload to server, browse to site".
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
-
Stats for this forum
686 Users 660 Topics 4.6k Posts 22.11M Used Memory
-
Thanks @baris - good to have a real world stats. Confirms that memory wise at least a fairly low end vps would suffice.
-
Yes a 512mb VPS should be more than enough to get started.
-
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.
-
@planner indeed. I take it that's Virtual, what's the RSS?
-
If you meant RES, that is the RES. The VIRT is almost 10x the RES.