Primordial
Primordial
AAdmincraft
Created by Primordial on 7/17/2024 in #questions
Help diagnosing lag in modded
those were my skill issues lol who would've thought there were hidden datapacks in mods and resourcepacks, i would have never thought of that lol
108 replies
AAdmincraft
Created by Primordial on 7/17/2024 in #questions
Help diagnosing lag in modded
for helping my stupid ass
108 replies
AAdmincraft
Created by Primordial on 7/17/2024 in #questions
Help diagnosing lag in modded
tysm ✨
108 replies
AAdmincraft
Created by Primordial on 7/17/2024 in #questions
Help diagnosing lag in modded
alright
108 replies
AAdmincraft
Created by Primordial on 7/17/2024 in #questions
Help diagnosing lag in modded
current unix_args file, it was in the libraries directory




108 replies
AAdmincraft
Created by Primordial on 7/17/2024 in #questions
Help diagnosing lag in modded
java -Xms128M -XX:MaxRAMPercentage=95.0 -Dterminal.jline=false -Dterminal.ansi=true $( [[ ! -f unix_args.txt ]] && printf %s "-jar {{SERVER_JARFILE}}" || printf %s "@unix_args.txt" ) ahh there should be a unix_args according to startup command, i'll make one manually ig
108 replies
AAdmincraft
Created by Primordial on 7/17/2024 in #questions
Help diagnosing lag in modded
should i change the startup command too?
108 replies
AAdmincraft
Created by Primordial on 7/17/2024 in #questions
Help diagnosing lag in modded
theres a variables.txt
MINECRAFT_VERSION=1.20.1
MODLOADER=Forge
MODLOADER_VERSION=47.2.20
LEGACYFABRIC_INSTALLER_VERSION=0.11.1
FABRIC_INSTALLER_VERSION=1.0.0
QUILT_INSTALLER_VERSION=0.9.1
MINECRAFT_SERVER_URL=https://piston-data.mojang.com/v1/objects/84194a2f286ef7c14ed7ce0090dba59902951553/server.jar
JAVA_ARGS="-Xms4G -Xmx10G -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1"
JAVA="java"
MINECRAFT_VERSION=1.20.1
MODLOADER=Forge
MODLOADER_VERSION=47.2.20
LEGACYFABRIC_INSTALLER_VERSION=0.11.1
FABRIC_INSTALLER_VERSION=1.0.0
QUILT_INSTALLER_VERSION=0.9.1
MINECRAFT_SERVER_URL=https://piston-data.mojang.com/v1/objects/84194a2f286ef7c14ed7ce0090dba59902951553/server.jar
JAVA_ARGS="-Xms4G -Xmx10G -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1"
JAVA="java"
108 replies
AAdmincraft
Created by Primordial on 7/17/2024 in #questions
Help diagnosing lag in modded
i dont think there is one for forge
108 replies
AAdmincraft
Created by Primordial on 7/17/2024 in #questions
Help diagnosing lag in modded
oof
108 replies
AAdmincraft
Created by Primordial on 7/17/2024 in #questions
Help diagnosing lag in modded
# Xmx and Xms set the maximum and minimum RAM usage, respectively.
# They can take any number, followed by an M or a G.
# M means Megabyte, G means Gigabyte.
# For example, to set the maximum to 3GB: -Xmx3G
# To set the minimum to 2.5GB: -Xms2500M
# A good default for a modded server is 4GB.
# Uncomment the next line to set it.
# -Xmx4G
-Xms4G -Xmx10G -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1
# Xmx and Xms set the maximum and minimum RAM usage, respectively.
# They can take any number, followed by an M or a G.
# M means Megabyte, G means Gigabyte.
# For example, to set the maximum to 3GB: -Xmx3G
# To set the minimum to 2.5GB: -Xms2500M
# A good default for a modded server is 4GB.
# Uncomment the next line to set it.
# -Xmx4G
-Xms4G -Xmx10G -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1
108 replies
AAdmincraft
Created by Primordial on 7/17/2024 in #questions
Help diagnosing lag in modded
removed
108 replies
AAdmincraft
Created by Primordial on 7/17/2024 in #questions
Help diagnosing lag in modded
think its mostly the same
108 replies
AAdmincraft
Created by Primordial on 7/17/2024 in #questions
Help diagnosing lag in modded
No description
108 replies
AAdmincraft
Created by Primordial on 7/17/2024 in #questions
Help diagnosing lag in modded
i copied a generic modpacks's args in the user_jvm_args file before
108 replies
AAdmincraft
Created by Primordial on 7/17/2024 in #questions
Help diagnosing lag in modded
i think java args file get ignored if there is a startup command set in pterodactyl?
108 replies
AAdmincraft
Created by Primordial on 7/17/2024 in #questions
Help diagnosing lag in modded
No description
108 replies
AAdmincraft
Created by Primordial on 7/17/2024 in #questions
Help diagnosing lag in modded
oh aikar flags is just another name for java args?
108 replies
AAdmincraft
Created by Primordial on 7/17/2024 in #questions
Help diagnosing lag in modded
ty
108 replies
AAdmincraft
Created by Primordial on 7/17/2024 in #questions
Help diagnosing lag in modded
not yet, gonna do it now
108 replies