Netty, SSL and memory usage -


i stress testing netty 4.0.4 project loosely based on securechat example. when connect 15k clients server see using 800mb of memory! i've been tweaking can lower since i'll need support 100k clients. test, removed ssl handler , memory usage fell on 200mb. par course? there way reuse sslengine or sslhander or must both instantiated each channel?

an sslengine specific single channel. it's not sslengines taking memory, it's sslsessions , associated secrets, keys, certificates, etc.


Comments

Popular posts from this blog

javascript - CasperJS/PhantomJS failing SSL handshakes on some sites even with --ssl-protocol=any -

codeigniter - Fatal error: Call to undefined function lang() in CI Merchant using CardSave -

python - Received unregistered task using Celery with Django -