mirror of
https://github.com/systemd/systemd.git
synced 2025-02-23 13:57:33 +03:00
10 lines
312 B
Desktop File
10 lines
312 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=2M
|
|
Slice=testsuite-56-workload.slice
|
|
ExecStart=/usr/lib/systemd/tests/testdata/units/testsuite-56-slowgrowth.sh
|