Hello Please add option to limit resources per user. Disk, Ram, inode, & CPU
·
Ideally we could create plans which specify limits for CPU, RAM, and disk and then assign sites to plans.
According to my own research the CPU and RAM can be configured via systemctl, e.g. sudo systemctl edit user-[uid].slice
[Slice]
CPUQuota=50%
MemoryMax=1G
And then the monitoring notifications would tie into their selected plan if applicable, i.e. notify when at 90% of their allowed CPU or disk.
no votes yet