-
-
Save Nrmeredith/b065e401fa3b0e96d1dbbfb8a2623c04 to your computer and use it in GitHub Desktop.
This file contains 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
----------------------------------------------------------------- | |
INFO: Starting batch at 20230907: 05145 | |
----------------------------------------------------------------- | |
DEBUG: Current Dir is C:\Games\test -- trying to change to C:\Games\test\ | |
INFO: Checking that settings.cfg exists | |
DEBUG: settings.cfg Found. Logging full contents below: | |
;SETTINGS FOR SERVERSTART SCRIPTS | |
;See "serverstart.log" in the LOGS subfolder | |
;For more details/help see: https://github.com/AllTheMods/Server-Scripts | |
MAX_RAM=4G; | |
JAVA_ARGS=-d64 -server -XX:+AggressiveOpts -XX:+UseConcMarkSweepGC -XX:+UnlockExperimentalVMOptions -XX:+UseParNewGC -XX:+ExplicitGCInvokesConcurrent -XX:+UseFastAccessorMethods -XX:+OptimizeStringConcat -XX:+UseAdaptiveGCBoundary; | |
CRASH_COUNT=5; | |
CRASH_TIMER=600; | |
RUN_FROM_BAD_FOLDER=0; | |
IGNORE_OFFLINE=0; | |
IGNORE_JAVA_CHECK=0; | |
USE_SPONGE=0; | |
HIGH_CPU_PRIORITY=0; | |
MODPACK_NAME=Enigmatica 2: Expert; | |
MCVER=1.12.2; | |
FORGEVER=14.23.5.2847; | |
FORGEURL=https://files.minecraftforge.net/maven/net/minecraftforge/forge/1.12.2-14.23.5.2847/forge-1.12.2-14.23.5.2847-installer.jar; | |
INFO: Loading variables from settings.cfg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment