Panel Version
1.0.0-beta27
Wings Version
1.0.0-beta18
Service
minecraft/java/fabric
Modified
Yes, I modified the egg (will provide details below)
Expected Behavior
You expect to pull the egg JSON from github and it to work out of the box
Actual Behavior
My server was not setup with a ram limit nor are my wings, so the startup variable "-Xmx{{SERVER_MEMORY}" was defaulting to 0 which was causing startup errors, I have removed it and it fixed the issue
Steps To Reproduce
Step 1, remove -Xmx{{SERVER_MEMORY} variable from default and add it to a optional startup script
Step 2, optionally, replace with different variable such as -XX:MaxRAMPercentage=95.0
Step 3, start server and works
Install logs
nan
Panel Version
1.0.0-beta27
Wings Version
1.0.0-beta18
Service
minecraft/java/fabric
Modified
Yes, I modified the egg (will provide details below)
Expected Behavior
You expect to pull the egg JSON from github and it to work out of the box
Actual Behavior
My server was not setup with a ram limit nor are my wings, so the startup variable "-Xmx{{SERVER_MEMORY}" was defaulting to 0 which was causing startup errors, I have removed it and it fixed the issue
Steps To Reproduce
Step 1, remove -Xmx{{SERVER_MEMORY} variable from default and add it to a optional startup script
Step 2, optionally, replace with different variable such as -XX:MaxRAMPercentage=95.0
Step 3, start server and works
Install logs
nan