From 55502d80bb5d120bc9862f9c147b42ba03c7a134 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sat, 18 Nov 2017 00:18:21 +0100 Subject: Add 1G of swap, to cope with mariadb being killed too often --- playbooks/osci.theopensourceway.org.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/playbooks/osci.theopensourceway.org.yml b/playbooks/osci.theopensourceway.org.yml index 8d35e39..b2f7200 100644 --- a/playbooks/osci.theopensourceway.org.yml +++ b/playbooks/osci.theopensourceway.org.yml @@ -9,6 +9,9 @@ - { name: oss-consulting-wg, owner: mscherer@redhat.com} roles: - base + - role: swap_file + size: 1G + path: /var/swap - admin_ssh_keys - local_deploy - role: httpd @@ -24,3 +27,4 @@ - mailman_lists - cgit - mediawiki + -- cgit