Last active
May 22, 2023 04:48
Revisions
-
Justin revised this gist
Jul 10, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -38,5 +38,5 @@ C:/JDK7/jre/bin/server/jvm.dll #Windows -XX:+CMSClassUnloadingEnabled -XX:+DoEscapeAnalysis -XX:+UseCompressedOops -XX:+AggressiveOpts #Doesnt work with Android see Google Code Android issue 9883 -XX:+ExplicitGCInvokesConcurrentAndUnloadsClasses -
Justin revised this gist
Jul 10, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -38,5 +38,5 @@ C:/JDK7/jre/bin/server/jvm.dll #Windows -XX:+CMSClassUnloadingEnabled -XX:+DoEscapeAnalysis -XX:+UseCompressedOops -XX:+AggressiveOpts #Doesnt work with Android see https://code.google.com/p/android/issues/detail?id=9883 -XX:+ExplicitGCInvokesConcurrentAndUnloadsClasses -
Justin revised this gist
Jul 10, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -38,5 +38,5 @@ C:/JDK7/jre/bin/server/jvm.dll #Windows -XX:+CMSClassUnloadingEnabled -XX:+DoEscapeAnalysis -XX:+UseCompressedOops -XX:+AggressiveOpts #Doesnt work with Android, see https://code.google.com/p/android/issues/detail?id=9883 -XX:+ExplicitGCInvokesConcurrentAndUnloadsClasses -
Justin revised this gist
Jul 10, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -12,7 +12,7 @@ C:/JDK7/jre/bin/server/jvm.dll #Windows -Dosgi.requiredJavaVersion=1.7 -Declipse.p2.unsignedPolicy=allow -Declipse.p2.MD5Check=false #-Dandroid.sdk.path=/Users/yourusername/android-sdk-macosx #Android on OS X #-Xdock:icon=../Resources/Eclipse.icns #OS X #-Dorg.eclipse.swt.internal.carbon.smallFonts #OS X -Xms128m -
Justin revised this gist
Jul 10, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -12,7 +12,7 @@ C:/JDK7/jre/bin/server/jvm.dll #Windows -Dosgi.requiredJavaVersion=1.7 -Declipse.p2.unsignedPolicy=allow -Declipse.p2.MD5Check=false #-Dandroid.sdk.path=/Users/justingarrick/android-sdk-macosx #Android #-Xdock:icon=../Resources/Eclipse.icns #OS X #-Dorg.eclipse.swt.internal.carbon.smallFonts #OS X -Xms128m -
Justin revised this gist
Jul 10, 2013 . 1 changed file with 8 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,8 @@ --launcher.defaultAction openFile -vm C:/JDK7/jre/bin/server/jvm.dll #Windows #/Library/Java/JavaVirtualMachines/jdk1.7.0_25.jdk/Contents/Home/bin/java #OS X -vmargs -Xincgc -Xss1m @@ -11,11 +12,14 @@ C:/JDK7/jre/bin/server/jvm.dll -Dosgi.requiredJavaVersion=1.7 -Declipse.p2.unsignedPolicy=allow -Declipse.p2.MD5Check=false # -Dandroid.sdk.path=/Users/justingarrick/android-sdk-macosx #Android #-Xdock:icon=../Resources/Eclipse.icns #OS X #-Dorg.eclipse.swt.internal.carbon.smallFonts #OS X -Xms128m -Xmx400m -XX:NewSize=16m -XX:PermSize=128m -XX:MaxPermSize=400m -XX:MaxPermHeapExpansion=20m -XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=70 @@ -34,5 +38,5 @@ C:/JDK7/jre/bin/server/jvm.dll -XX:+CMSClassUnloadingEnabled -XX:+DoEscapeAnalysis -XX:+UseCompressedOops -XX:+AggressiveOpts #Doesn't work with Android, see https://code.google.com/p/android/issues/detail?id=9883 -XX:+ExplicitGCInvokesConcurrentAndUnloadsClasses -
justingarrick revised this gist
Sep 6, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,7 +6,7 @@ C:/JDK7/jre/bin/server/jvm.dll -vmargs -Xincgc -Xss1m -Duser.name=FirstName LastName -Dfile.encoding=UTF-8 -Dosgi.requiredJavaVersion=1.7 -Declipse.p2.unsignedPolicy=allow -
justingarrick revised this gist
May 24, 2012 . 1 changed file with 29 additions and 28 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,37 +1,38 @@ -nosplash --launcher.defaultAction openFile -vm C:/JDK7/jre/bin/server/jvm.dll -vmargs -Xincgc -Xss1m -Duser.name=Justin Garrick -Dfile.encoding=UTF-8 -Dosgi.requiredJavaVersion=1.7 -Declipse.p2.unsignedPolicy=allow -Declipse.p2.MD5Check=false -Xms128m -Xmx400m -XX:NewSize=16m -XX:PermSize=120m -XX:MaxPermSize=300m -XX:MaxPermHeapExpansion=20m -XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=70 -XX:+UseCMSInitiatingOccupancyOnly -XX:+UseParNewGC -XX:+CMSConcurrentMTEnabled -XX:ConcGCThreads=2 -XX:ParallelGCThreads=2 -XX:+CMSIncrementalPacing -XX:CMSIncrementalDutyCycleMin=0 -XX:CMSIncrementalDutyCycle=5 -XX:GCTimeRatio=49 -XX:MaxGCPauseMillis=20 -XX:GCPauseIntervalMillis=1000 -XX:+UseCMSCompactAtFullCollection -XX:+CMSClassUnloadingEnabled -XX:+DoEscapeAnalysis -XX:+UseCompressedOops -XX:+AggressiveOpts -XX:+ExplicitGCInvokesConcurrentAndUnloadsClasses -
justingarrick renamed this gist
May 3, 2012 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
justingarrick created this gist
May 3, 2012 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,37 @@ -data C:/workspace -showlocation -vm C:/JDK7/jre/bin/server/jvm.dll -product org.eclipse.epp.package.jee.product --launcher.defaultAction openFile --launcher.XXMaxPermSize 256M -showsplash org.eclipse.platform --launcher.XXMaxPermSize 256m --launcher.defaultAction openFile -vmargs -Duser.name=Justin Garrick -Dfile.encoding=UTF-8 -Dosgi.requiredJavaVersion=1.7 -Declipse.p2.unsignedPolicy=allow -Declipse.p2.MD5Check=false -Xss4m -XX:PermSize=256m -XX:MaxPermSize=512m -XX:CompileThreshold=5 -XX:MaxGCPauseMillis=10 -XX:MaxHeapFreeRatio=70 -XX:+CMSIncrementalPacing -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:+UseFastAccessorMethods -Dcom.sun.management.jmxremote -XX:ReservedCodeCacheSize=64m -Xms256m -Xmx512m