ircd.js icon indicating copy to clipboard operation
ircd.js copied to clipboard

The server ran out of memory

Open ping86 opened this issue 12 years ago • 0 comments

I am doing load testing with the program.

When I start the test server has 2585 MB of memory in use:

  1. 2585MB 0 users

Connect 500.

  1. 2641MB 500 user

Connect 524 user.

  1. 2692MB 1024 user

Disconnect all user

  1. 2724MB 0 user

The server not free memory when users disconnect.

  1. I DO: Kill -9 <PID ircd>

Memory 2585MB

How is this possible?

Thanks.

ping86 avatar Jun 13 '13 08:06 ping86