David Schwartz wrote:
>> I have an application using openSSL version 0.9.7d.
>> I am able to create 20,000 TLS connections, but my heap size
>> is at 1.5GB. It looks like it is the SSL context. Is there anyway
>> to reduce the memory fotprint?
> 
> I'm not 100% sure I understand your question. But if I understand it
> correctly, the obvious answer is: use the same SSL context for all 20,000
> connections.
> 
> DS

or in case the application is a server, try flushing sessions to get rid
of timed out ones from the cache.

-jb
-- 
No snowflake in an avalanche ever feels responsible.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to