mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
3e3a15c06e
stress-ng is available in OpenSUSE and in CentOS Stream without needing EPEL so let's switch to it instead of stress.
9 lines
219 B
Desktop File
9 lines
219 B
Desktop File
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[Unit]
|
|
Description=Create some memory pressure
|
|
|
|
[Service]
|
|
MemoryHigh=12M
|
|
Slice=TEST-55-OOMD-workload.slice
|
|
ExecStart=stress-ng --timeout 3m --vm 10 --vm-bytes 200M --vm-keep
|