Crashing Ptero Panel

I have followed the instructions here https://canary.discord.com/channels/881614130614767666/1035937626944962641/1351505656020074506 I am currently using the nightly 11 build (0.8.1) of the paper plugin.
java -Xms128M -XX:MaxRAMPercentage=90.0 -Dterminal.jline=false -Dterminal.ansi=true -jar server.jar
java -Xms128M -XX:MaxRAMPercentage=90.0 -Dterminal.jline=false -Dterminal.ansi=true -jar server.jar
This is the current start arguments im using, ptero is still closing my server, it peaks at full ram usage (10gb) and then closes. Full close log
[14:41:16 INFO]: [DHS] Generation in progress: 495 processed, 5 in queue, 7.62 per second.
container@pterodactyl~ Server marked as offline...
[Pterodactyl Daemon]: ---------- Detected server process in a crashed state! ----------
[Pterodactyl Daemon]: Exit code: 137
[Pterodactyl Daemon]: Out of memory: true
[Pterodactyl Daemon]: Checking server disk space usage, this could take a few seconds...
[Pterodactyl Daemon]: Updating process configuration files...
[Pterodactyl Daemon]: Ensuring file permissions are set correctly, this could take a few seconds...
container@pterodactyl~ Server marked as starting...
[Pterodactyl Daemon]: Pulling Docker container image, this could take a few minutes to complete...
[Pterodactyl Daemon]: Finished pulling Docker container image
[14:41:16 INFO]: [DHS] Generation in progress: 495 processed, 5 in queue, 7.62 per second.
container@pterodactyl~ Server marked as offline...
[Pterodactyl Daemon]: ---------- Detected server process in a crashed state! ----------
[Pterodactyl Daemon]: Exit code: 137
[Pterodactyl Daemon]: Out of memory: true
[Pterodactyl Daemon]: Checking server disk space usage, this could take a few seconds...
[Pterodactyl Daemon]: Updating process configuration files...
[Pterodactyl Daemon]: Ensuring file permissions are set correctly, this could take a few seconds...
container@pterodactyl~ Server marked as starting...
[Pterodactyl Daemon]: Pulling Docker container image, this could take a few minutes to complete...
[Pterodactyl Daemon]: Finished pulling Docker container image
The bottom half of this is the server restarting. Any help would be appreciated
8 Replies
floersche
floerscheOP5w ago
For more context, i am the only one on the server using DH (2.3)
Miki_P98
Miki_P985w ago
try decreasing the RAM allocation amount even more
floersche
floerscheOP5w ago
as in the java arguments or the actual docker allocation
Miki_P98
Miki_P985w ago
java argument
Jckf
Jckf5w ago
You're using more than the default 2 threads I guess?
floersche
floerscheOP5w ago
no idea, i didnt change any configs
# Number of worker threads used to generate LODs.
# Does not affect Folia servers.
# Required.
# Default: 2
scheduler_threads: 2
# Number of worker threads used to generate LODs.
# Does not affect Folia servers.
# Required.
# Default: 2
scheduler_threads: 2
want to point out i was doing this with the mod before i moved the server to vanilla/paper and this issue didnt happen
Jckf
Jckf5w ago
The mod and plugin are fundamentally very different, and most of the memory footprint from using the plugin is not actually from the plugin itself, but rather the things it asks the server to do (generating/loading massive amount of chunks). You probably still have to lower your max heap size.
floersche
floerscheOP5w ago
can try that again 👍 i didnt imagine the tech is the same, i just wanted to add context, i appreciate your help

Did you find this page helpful?