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 characters
//Start python script engine integration | |
var __system__; | |
var __file__; | |
var __pathJoiner__; | |
var engineManager; | |
var engine; | |
var execPyString; | |
var execPyStream; | |
var execPyFile; |
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 characters
CURRENTLY UNDER KITTENSTRUCTION - DO NOT USE RIGHT NOW | |
-Xverify:none -XX:+UnlockExperimentalVMOptions -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:-DontCompileHugeMethods -XX:MaxInlineSize=1024 -XX:FreqInlineSize=1024 -XX:+CMSParallelRemarkEnabled -XX:CMSFullGCsBeforeCompaction=1 -XX:MaxHeapFreeRatio=25 -XX:MinHeapFreeRatio=20 -XX:MaxPermSize=256M -XX:NewSize=240m -XX:SurvivorRatio=10 -XX:+PrintHeapAtGC -XX:+PrintTenuringDistribution -XX:MaxTenuringThreshold=4 -XX:+AggressiveOpts -XX:+OptimizeStringConcat -XX:+PrintCommandLineFlags -XX:+PrintGCDetails -Xloggc:GC.log | |
-Xmn2G -Xss4M -Xms4G -Xmx4G -XX:+UseLargePages -XX:PermSize=256M -XX:+AggressiveOpts -XX:+UseFastAccessorMethods -XX:+UseStringCache -XX:+OptimizeStringConcat -XX:+UseCompressedStrings -XX:+UseBiasedLocking -Xincgc -XX:MaxGCPauseMillis=10 -XX:SoftRefLRUPolicyMSPerMB=10000 -XX:UseSSE=4 -XX:+CMSParallelRemarkEnabled -XX:ParallelGCThreads=10 -Djava.net.preferIPv4Stack=true | |
To use with MMC: | |
1. Click the settings icon at the top. | |
2. Cloick on the Ja |
NewerOlder