You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to create a Minecraft server with the modpack "Create and Guns" from Curseforge. But, when creating the server i'm struggling with memory usage, because obviously with the default memory, server is having memory heap problems.
But when i use the variables INIT_MEMORY and MAX_MEMORY to define a higher usage, the server is crashing on final steps and i don't know why.
[init] Memory usage and availability (in MB)
Linux 9821c131f184 5.4.0-62-generic #70-Ubuntu SMP Tue Jan 12 12:45:47 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
total used free shared buff/cache available
Mem: 7961 2888 2730 1270 2342 3523
Swap: 2047 2047 0
[init] Setting initial memory to 4G and max to 6G
Describe the problem
I'm trying to create a Minecraft server with the modpack "Create and Guns" from Curseforge. But, when creating the server i'm struggling with memory usage, because obviously with the default memory, server is having memory heap problems.
But when i use the variables
INIT_MEMORY
andMAX_MEMORY
to define a higher usage, the server is crashing on final steps and i don't know why.Container definition
Container logs
The text was updated successfully, but these errors were encountered: