Skip to content

Commit

Permalink
Enable huge pages on runner instances. (google#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
lszekeres authored Apr 23, 2020
1 parent 8a886df commit 625e029
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions experiment/resources/runner-startup-script-template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@

## Configure the host.

# Enable 8 2MB huge pages.
echo 8 > /proc/sys/vm/nr_hugepages

# Make everything ptrace-able.
echo 0 > /proc/sys/kernel/yama/ptrace_scope

Expand Down

0 comments on commit 625e029

Please sign in to comment.