alexyoung / ircd.js

A Node ircd (IRC daemon)
GNU General Public License v3.0
528 stars 90 forks source link

The server ran out of memory #64

Open ping86 opened 11 years ago

ping86 commented 11 years ago

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.

2) 2641MB 500 user

Connect 524 user.

3) 2692MB 1024 user

Disconnect all user

4) 2724MB 0 user

The server not free memory when users disconnect.

5) I DO: Kill -9

Memory 2585MB

How is this possible?

Thanks.