voodoodyne / subethasmtp

SubEtha SMTP is a Java library for receiving SMTP mail
Other
349 stars 139 forks source link

3.1 memory leak #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.start wiser
2.send large number of message to wiser
3.check wiser memory

What is the expected output? What do you see instead?
expected:  wiser memory usage is normal.
acturally: wiser used too much memory and restart about an hour

What version of the product are you using? On what operating system?
subethasmtp 3.1 on RedHat Enterprise 5.3

Please provide any additional information below.

Original issue reported on code.google.com by free97 on 9 Sep 2009 at 6:02

GoogleCodeExporter commented 9 years ago
As clearly stated in the documentation, Wiser is intended for unit testing.  It 
takes consumes all messages and 
stores them in memory and doesn't let go of them.  When you're done with a unit 
test, throw away the wiser 
instance and start another.

DO NOT TRY TO USE WISER AS A MAIL SERVER.

Original comment by lhori...@gmail.com on 9 Sep 2009 at 6:26