@pichalite Got it thank you.
Hosting NodeBB on bare metal EC2
-
Hi All,
I have a bare metal EC2 with following configuration,
8-Core, 16 Threads
2TB NVMe SSD
32GB RAMI will host entire stack on this server. My question is how much load (simultaneous users and topics) NodeBB will be able to handle? Also is the 2TB enough for 100000 users and 1 million topics?
Thanks
-
Given those specs? Probably overkill for NodeBB
Keep in mind you'll want to have NodeBB set up to use 6 cores or so (so listening on separate ports)
-
@julian Thanks Julian. I got it. Is there any docs on setting multiple cores for NodeBB?
-
-
Thank you.