| 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?
|
 |
 |
|
|
subject: MIDI Memory leak
|
|
|