From 22c6199166e343d950e37029041cf7d251b903c1 Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 1 May 2023 21:01:55 -0400 Subject: feat: add nix flake --- nix/files/instance.cfg | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 nix/files/instance.cfg (limited to 'nix/files/instance.cfg') 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= -- cgit v1.2.3