DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=29352>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=29352 Memory leak in Distributed testing Summary: Memory leak in Distributed testing Product: JMeter Version: Nightly (Please specify date) Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Main AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When we enable 'hold_samples' in Distributed testing, java.lang.OutOfMemoryError occurs in a remote server. RemoteListenerWrapper stores SampleEvents in its 'sampleStore' variable. So when a size of sampleStore object exceeds JVM heap size, OutOfMemoryError do happens. I think the following new feature is required. * Serialize and Store sampleEvents in File or DB, not Memory during a test. * Load and Deserialize sampleEvents from File or DB after a test. I'll design the basic architecture for the above feature. Regards, --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
