Skip to content

Commit

Permalink
Add swap on ephemeral storage.
Browse files Browse the repository at this point in the history
  • Loading branch information
gswallow committed Mar 24, 2016
1 parent d250931 commit f0b8164
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ansible/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
vars:
enable_streaming_logs: "{{ lookup('env', 'ENABLE_STREAMING_LOGS') }}"
enable_sumologic: "{{ lookup('env', 'ENABLE_SUMOLOGIC') }}"
mem2x: "{{ ansible_memtotal_mb * 1024 * 2 }}"
roles:
- common
- swap
Expand All @@ -16,6 +17,7 @@
vars:
enable_streaming_logs: "{{ lookup('env', 'ENABLE_STREAMING_LOGS') }}"
enable_sumologic: "{{ lookup('env', 'ENABLE_SUMOLOGIC') }}"
mem2x: "{{ ansible_memtotal_mb * 1024 * 2 }}"
roles:
- common
- swap
Expand Down

0 comments on commit f0b8164

Please sign in to comment.