diff options
author | Chris Down <chris@chrisdown.name> | 2019-05-03 14:40:11 +0200 |
---|---|---|
committer | Chris Down <chris@chrisdown.name> | 2019-05-08 13:06:32 +0200 |
commit | 465ace74d9820824968ab5e82c81e42c2f1894b0 (patch) | |
tree | 993ff8cc51f7c2d2bd37dc0c62beafe6aae764e4 /test/dml-passthrough-set-ml.service | |
parent | cgroup: Support 0-value for memory protection directives (diff) | |
download | systemd-465ace74d9820824968ab5e82c81e42c2f1894b0.tar.xz systemd-465ace74d9820824968ab5e82c81e42c2f1894b0.zip |
cgroup: Test that it's possible to set memory protection to 0 again
The previous commit fixes this up, and this should prevent it
regressing.
Diffstat (limited to 'test/dml-passthrough-set-ml.service')
-rw-r--r-- | test/dml-passthrough-set-ml.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dml-passthrough-set-ml.service b/test/dml-passthrough-set-ml.service index 2abd591389..2e568b5deb 100644 --- a/test/dml-passthrough-set-ml.service +++ b/test/dml-passthrough-set-ml.service @@ -5,4 +5,4 @@ Description=DML passthrough set ML service Slice=dml-passthrough.slice Type=oneshot ExecStart=/bin/true -MemoryLow=25 +MemoryLow=0 |