Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mlin committed Feb 4, 2024
1 parent 8aabae3 commit 80bb042
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/plugin_log_task_usage/StressTest.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ task StressTest {
command <<<
set -euxo pipefail

>&2 ls -l /sys/fs/cgroup

stress --cpu 4 --vm 1 --vm-bytes ~{memory_G}G --vm-hang 0 --timeout ~{cpu_memory_duration_s}s || true
dd if=/dev/zero of=testfile bs=1G count=~{disk_load_G}
sync
Expand Down

0 comments on commit 80bb042

Please sign in to comment.