Pterodactyl is an open-source game server management panel built with PHP, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users.
#How to use swap file in panel
12 messages · Page 1 of 1 (latest)
yeah thats not a valid grub configuration
Can you please tell me where exactly it is wrong?
AFAIK it uses SWAP when it’s outs of memory
It will never use it first
Unless you configure it to do so
Which is a very bad idea
Why? My hosting just goes down when a certain memory limit is reached, so I need to somehow prevent this, as I understand it, limiting the memory of servers is a bad idea, so swap is of interest to me to solve my problem
SWAP is a valid tool. Be aware, though, that SWAP may slow everything down enough that your services crash anyways. If you're running out of memory you may be overallocating resources.
I finally figured out what the problem is, it turns out that the swap file activation setting doesn't work for me, so it activates when the memory is 98% full, thank you very much for your help and explanation.