1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-31 05:47:30 +03:00
Ryan Wilson 63d4c4271c cgroup: Add ManagedOOMMemoryPressureDurationSec= override setting for units
This will allow units (scopes/slices/services) to override the default
systemd-oomd setting DefaultMemoryPressureDurationSec=.

The semantics of ManagedOOMMemoryPressureDurationSec= are:
- If >= 1 second, overrides DefaultMemoryPressureDurationSec= from oomd.conf
- If is empty, uses DefaultMemoryPressureDurationSec= from oomd.conf
- Ignored if ManagedOOMMemoryPressure= is not "kill"
- Disallowed if < 1 second

Note the corresponding dbus property is DefaultMemoryPressureDurationUSec
which is in microseconds. This is consistent with other time-based
dbus properties.
2024-10-16 20:12:38 -07:00
..
2023-12-25 09:15:53 +01:00
2024-03-20 15:24:11 +01:00
2024-04-23 01:42:11 +09:00
2024-04-19 13:25:32 +01:00
2024-08-31 11:19:15 +09:00
2023-12-26 08:59:53 +01:00
2023-12-26 08:59:53 +01:00
2023-12-26 13:10:36 +01:00
2023-12-26 13:10:36 +01:00
2024-09-19 09:18:47 +09:00
2024-08-31 13:59:02 +09:00
2024-08-31 13:59:02 +09:00
2023-12-24 09:32:26 +01:00
2023-12-24 10:46:55 +01:00
2024-10-04 11:36:25 +02:00
2024-09-07 22:24:58 +09:00
2024-03-20 15:24:11 +01:00
2024-05-13 19:53:51 +09:00