summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Cao2019-11-24 14:38:55 +0800
committerNick Cao2019-11-24 14:38:55 +0800
commit3a6dcdb577bfa3c874894889315f0c940174bf73 (patch)
treefe2e0c5332058cc9c107eb4122cb0b54bc220c5f
parent372b3d741075e7f022dc46e8ed79f4edb1b8aa1f (diff)
downloadaur-3a6dcdb577bfa3c874894889315f0c940174bf73.tar.gz
futher comments
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--oomd.install3
3 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90dfcbc5808f..9d8122de99d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = oomd
pkgdesc = A userspace out-of-memory killer.
pkgver = 0.2.0
- pkgrel = 6
+ pkgrel = 7
url = https://github.com/facebookincubator/oomd
install = oomd.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 215dbcfeb81b..20bb45f8db0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=oomd
pkgver=0.2.0
-pkgrel=6
+pkgrel=7
pkgdesc='A userspace out-of-memory killer.'
arch=('x86_64')
url='https://github.com/facebookincubator/oomd'
diff --git a/oomd.install b/oomd.install
index e42322d88b2f..c2e316b9955a 100644
--- a/oomd.install
+++ b/oomd.install
@@ -3,7 +3,8 @@ post_install() {
==> An example oomd configuration has been deployed to /etc/oomd.json, please modify it according to your needs.
==> A systemd service is also available, it can be configured in /etc/default/oomd and started with:
==> $ sudo systemctl start oomd
-==> ATTETION: add systemd.unified_cgroup_hierarchy=1 to your kernel cmdline for oomd to work correctly
+==> ATTETION: add systemd.unified_cgroup_hierarchy=1 to your kernel cmdline for oomd to work correctly.
==> reference: https://github.com/facebookincubator/oomd/issues/67#issuecomment-524315033
+==> Meanwhile, runc and other container runtimes may depend on cgroups v1 and need manual interventions to function.
EOF
}