mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-23 17:34:00 +03:00
10 lines
313 B
Desktop File
10 lines
313 B
Desktop File
[Unit]
|
|
Description=Create a lot of memory pressure
|
|
|
|
[Service]
|
|
# A VERY small memory.high will cause the script (trying to use a lot of memory)
|
|
# to throttle and be put under heavy pressure.
|
|
MemoryHigh=1M
|
|
Slice=testsuite-55-workload.slice
|
|
ExecStart=/usr/lib/systemd/tests/testdata/units/testsuite-55-slowgrowth.sh
|