aspose file tools
The moose likes Beginning Java and the fly likes MIDI Memory leak Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "MIDI Memory leak" Watch "MIDI Memory leak" New topic
Author

MIDI Memory leak

james lei
Greenhorn

Joined: Dec 08, 2010
Posts: 5
I tried to test out the MIDIInDump example and found memory issue that keep increase 4Kb by 4Kb or even worse 16Kb whether the midi data is being dump on the screen, it can go from 10MB to 40+MB, after strip out the MIDI API t.setReceiver(r);, it doesn't caused memory spike as no data was received.

Tried to lower XMX and XMS parameter to 10m, the problem persist. How do I limit the memory usage or any idea to free up the data?

http://www.jsresources.org/examples/MidiInDump.html
james lei
Greenhorn

Joined: Dec 08, 2010
Posts: 5
I think the Receiver recv = new DumpReceiver(System.out) might have something to do with it?
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: MIDI Memory leak
 
Similar Threads
store unicode
MIDI help
Memory keep increasing
Session Size in Servlets
Servlet without timeout