Bitwaves Bugtracker

Viewing Issue Simple Details Jump to Notes ] >> ] View Advanced ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000080 [MusicBeam Plugin] Change major have not tried 2010-01-21 21:25 2010-01-21 22:09
Reporter Normen View Status public  
Assigned To
Priority high Resolution open  
Status assigned   Product Version
Summary 0000080: Use the G1 garbage collector
Description Use the G1 garbage collector to stop garbage collection dropouts.

If you are using Java6_14+ and have problems with dropouts or clicks, you can enable the new G1 garbage collector and see if that resolves your problems. To do that, change the following line in your MusicBeam.ini file.
JVMOption1=-XX:+UseConcMarkSweepGC
to
JVMOption1=-XX:+UnlockExperimentalVMOptions -XX:+UseG1GC

Windows users can find the MusicBeam.ini file in the MusicBeamVST folder, MacOSX users need to right-click the /Library/Audio/Plug-Ins/VST/MusicBeam.vst file and select "Show Package Contents". The MusicBeam.jnilib.ini file is in the Contents/Resources folder.
Additional Information
Tags No tags attached.
Attached Files

- Relationships

There are no notes attached to this issue.


Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker