diff options
| author | Mykhaylo Sul <ext-mykhaylo.sul@here.com> | 2019-11-06 09:44:03 +0100 |
|---|---|---|
| committer | Mykhaylo Sul <ext-mykhaylo.sul@here.com> | 2019-11-06 13:35:34 +0100 |
| commit | c74c4eb5399ed7a195e00172774a283582da6e44 (patch) | |
| tree | b1795d33c637011c2ae517c538f40be74aee723b /conf/local.conf.systemd.append | |
| parent | 3f904325ad5d307f308e020e9bc4d24a8afdf7af (diff) | |
| download | meta-updater-c74c4eb5399ed7a195e00172774a283582da6e44.tar.gz | |
OTA-3988: Split the local.conf to a base and a distro specific partfeat/OTA-3988/non-systemd-support
Signed-off-by: Mykhaylo Sul <ext-mykhaylo.sul@here.com>
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" | ||
