Commit Graph

4 Commits

Author SHA1 Message Date
Radon Rosborough 460af21c3e Remove IPAccounting as it has no effect
Ref: https://github.com/systemd/systemd/issues/9513

Not sure what the intended use case of this configuration parameter is
but it appears to be a known limitation that it does not work for what
we need it to do, so remove.
2022-07-01 21:39:50 -07:00
Radon Rosborough 0d92a77922 [#129] Tune cgroup resources
Should help by giving 3GB headroom instead of 1GB for the server and
operating system. Empirically, it looks like the OOM killer is
operating properly and killing user code rather than system processes,
but the small amount of headroom could have been a problem.

Extensive usage of swap could also have been a problem so I disabled
swap for user code. Reduced the CPU quota to eliminate access to
bursting from user code, as well, and bumped the pid quota because we
had a lot of headroom there.
2021-10-24 12:37:15 -07:00
Radon Rosborough 3fa023285b [#112] Increase instance size to t3.medium 2021-09-15 10:19:47 -07:00
Radon Rosborough f5b7536235 Many things fixed 2021-08-01 12:42:01 -07:00