Page 1 of 1

Each Player RAM Consumption

Posted: Sun Mar 27, 2016 5:49 pm
by jpwaked
Hi,

I need to know how much amount of ram each user takes for each session.

Example:
like each 10 players need 500mb of ram
each 50 players need 8 gb ram


Thanks.

Re: Each Player RAM Consumption

Posted: Sun Mar 27, 2016 6:38 pm
by Kent Briggs
I've never tried to measure that directly but you can bring up the Windows Task Manager and monitor the Memory value for PMServer.exe on the Performance tab.

Re: Each Player RAM Consumption

Posted: Sun Mar 27, 2016 6:45 pm
by Kent Briggs
By the way, the biggest strain by far on system resources comes from the connection threads. There's only one of those per player on the packet port but the player's browser will typically make several connections to the file port to pull in the various media files used in the client. So that varies by player.