Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Server ram usage per player


That
 Share

Recommended Posts

I've been curious about this for some time. Does anyone know how much ram is used or allocated to each user that is online currently? I just want a general idea of how much a player uses.

EDIT:

Got my question answered! If you're curious…

![](http://gyazo.com/b59fb8977048df042c9f0beae1153c4c.png)
Link to comment
Share on other sites

> If the information you gave are real, that of 40kb per person.
>
>  
>
>  
>
> 40 players = 1mb
>
> 400 players = 10mb
>
> 4000 players = 100mb
>
> 40000 players = 1gb

I think it also depends on how big the character file is as well. But if It's really 40kb a person then that's really good. I'm not sure how well the networking is 2 that could be a factor as well with large amounts of players. Does anyone know how many people have been online on a eclipse server before? Like an exact number, or a estimate.
Link to comment
Share on other sites

lenb( {your playerrec variable} ) * {max_players value} **+**

lenb( {your templayerrec variable} ) * {max_players_value}

I believe this will give you the entire amount of memory used by the server for storing all players in memory regardless of whether a "rec" is in use or not. (I believe this is how fixed arrays work i.e when a fixed array is declared memory equal to length of the array is automatically allocated. And for dynamic arrays the memory allocated is "dynamic" i.e changes depending upon the length. **Someone should verify this!!**
)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...