[dcos] Small rewording

This commit is contained in:
Daniele Sluijters 2023-11-27 16:39:00 +01:00
parent 5594179cca
commit 518aeeceec
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ Unless you're experienced in doing this kind of tuning and troubleshooting the i
### Memory and CPU limits
It is possible to limit the amount of memory or CPU your GoToSocial instance can consume. Doing so can be done on Linux using [CGroups v2 resource controllers][cgv2].
It is possible to limit the amount of memory or CPU your GoToSocial instance can consume. On Linux this can be achieved with [CGroups v2 resource controllers][cgv2].
You can configure limits for a process using [systemd resource control settings][systemdcgv2], [OpenRC cgroup support][openrccgv2] or the [libcgroup CLI][libcg]. If you want to protect GoToSocial in cases where your system is experiencing memory pressure, look at [`memory.low`][cgv2mem].