Closed GoogleCodeExporter closed 9 years ago
Hi. You can try the following:
1. View contents of Hawkscope.app in Finder
2. Go to Contents/MacOS inside Hawkscope.app
3. Edit "hawkscope" file in there
4. Edit the line: exec java -XstartOnFirstThread -Xms2m -Xmx6m -XX:PermSize=2m
-XX:MaxPermSize=6m -Dorg.eclipse.swt.internal.carbon.noFocusRing
-Dorg.eclipse.swt.internal.carbon.smallFonts -classpath $BASEDIR/hawkscope.jar
-Djava.library.path=$BASEDIR com.varaneckas.hawkscope.Launcher
What you can do next:
1. remove "-Xms2m -Xmx6m -XX:PermSize=2m -XX:MaxPermSize=6m" and let the OS
distribute app memory
2. try increasing the values in this line, for instance:
-Xms12m -Xmx24m -XX:PermSize=8m -XX:MaxPermSize=16m
Original comment by tomas.va...@gmail.com
on 23 Jun 2010 at 5:40
Solved in 0.6.3
Original comment by tomas.va...@gmail.com
on 16 Aug 2010 at 7:43
Original issue reported on code.google.com by
pauldear...@gmail.com
on 1 Sep 2009 at 7:06