diff options
Diffstat (limited to 'conf/local.conf.systemd.append')
| -rw-r--r-- | conf/local.conf.systemd.append | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/conf/local.conf.systemd.append b/conf/local.conf.systemd.append new file mode 100644 index 0000000..12e0182 --- /dev/null +++ b/conf/local.conf.systemd.append | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | # Store systemd logs in persistent storage | ||
| 2 | # | ||
| 3 | # It greatly helps diagnosing issues on testing devices but should be | ||
| 4 | # carefully weighted against file system usage and flash device wear for | ||
| 5 | # production systems. Please refer to systemd's docs for more details | ||
| 6 | IMAGE_INSTALL_append += " systemd-journald-persistent" | ||
| 7 | |||
| 8 | # Set resource limits for aktualizr service | ||
| 9 | # | ||
| 10 | # Uncomment these lines to change the default parameters. | ||
| 11 | # | ||
| 12 | #RESOURCE_CPU_WEIGHT_pn-aktualizr = "100" | ||
| 13 | #RESOURCE_MEMORY_HIGH_pn-aktualizr = "100M" | ||
| 14 | #RESOURCE_MEMORY_MAX_pn-aktualizr = "80%" | ||
| 15 | IMAGE_INSTALL_append += " aktualizr-resource-control" | ||
