Skip to content
Snippets Groups Projects
Commit 17ef5755 authored by Jonathan Krebs's avatar Jonathan Krebs
Browse files

do not fork, as large numbers of writes made the NFS unusable for all users

parent 9de43224
No related branches found
No related tags found
No related merge requests found
Pipeline #103117 passed
......@@ -24,7 +24,7 @@ function trykill() {
}
trap "trykill &" {0..32}
trap "trykill" {0..32}
# Immediately waste some space even if people don't press Ctrl-C.
trykill >/dev/null
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment