Skip to content

Commit

Permalink
Merge pull request #120 from centerforaisafety/38-Turn-off-Swap
Browse files Browse the repository at this point in the history
Turn off swap on all nodes
  • Loading branch information
steven-safeai authored Jun 20, 2023
2 parents 654707e + 5cb9296 commit 30dd8fb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion playbooks/roles/cais-all/tasks/ol-7.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---
# Turn off swap
- name: Turn off swap
become: true
shell: swapoff -a

# Needed for newer versions of zsh
- name: install ncurses
vars:
Expand Down

0 comments on commit 30dd8fb

Please # to comment.