diff options
| author | seth <[email protected]> | 2023-05-01 21:01:55 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-01 21:01:55 -0400 |
| commit | 22c6199166e343d950e37029041cf7d251b903c1 (patch) | |
| tree | 08d2773339694973ee85d5ec09f315ba8b42f39f /nix/files/instance.cfg | |
| parent | 51db12fc7ab97a84be007c3d7f3771accbabeb84 (diff) | |
feat: add nix flake
Diffstat (limited to 'nix/files/instance.cfg')
| -rw-r--r-- | nix/files/instance.cfg | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/nix/files/instance.cfg b/nix/files/instance.cfg new file mode 100644 index 0000000..9e1afb7 --- /dev/null +++ b/nix/files/instance.cfg @@ -0,0 +1,22 @@ +InstanceType=OneSix +JoinServerOnLaunch=false +JvmArgs=-XX:+UnlockExperimentalVMOptions -XX:+UnlockDiagnosticVMOptions -XX:+AlwaysActAsServerClassMachine -XX:+AlwaysPreTouch -XX:+DisableExplicitGC -XX:+UseNUMA -XX:NmethodSweepActivity=1 -XX:ReservedCodeCacheSize=400M -XX:NonNMethodCodeHeapSize=12M -XX:ProfiledCodeHeapSize=194M -XX:NonProfiledCodeHeapSize=194M -XX:-DontCompileHugeMethods -XX:MaxNodeLimit=240000 -XX:NodeLimitFudgeFactor=8000 -XX:+UseVectorCmov -XX:+PerfDisableSharedMem -XX:+UseFastUnorderedTimeStamps -XX:+UseCriticalJavaThreadPriority -XX:ThreadPriorityPolicy=1 -XX:AllocatePrefetchStyle=3 -XX:+UseShenandoahGC -XX:ShenandoahGCMode=iu -XX:ShenandoahGuaranteedGCInterval=1000000 -XX:AllocatePrefetchStyle=1 +MaxMemAlloc=4096 +MinMemAlloc=4096 +OverrideCommands=true +OverrideConsole=false +OverrideGameTime=false +OverrideJavaArgs=true +OverrideJavaLocation=false +OverrideMemory=true +OverrideMiscellaneous=false +OverrideNativeWorkarounds=false +OverridePerformance=false +OverrideWindow=false +PermGen=128 +PostExitCommand= +PreLaunchCommand="$INST_JAVA" -jar packwiz-installer-bootstrap.jar https://raw.githubusercontent.com/getchoo/modpack/main/pack.toml +WrapperCommand= +iconKey=default +name=getchoo-modpack +notes= |
