You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/10/06 21:15:41 UTC

[airflow-ci-infra] branch main updated: Increase memory used by docker (needed for k8S tests to pass)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-ci-infra.git


The following commit(s) were added to refs/heads/main by this push:
     new 212363c  Increase memory used by docker (needed for k8S tests to pass)
212363c is described below

commit 212363c482dba2f226cd7fdcb718eb468faeab4d
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Thu Oct 6 16:14:58 2022 -0500

    Increase memory used by docker (needed for k8S tests to pass)
---
 github-runner-ami/packer/files/mounts_setup.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/github-runner-ami/packer/files/mounts_setup.sh b/github-runner-ami/packer/files/mounts_setup.sh
index d36b5e5..b5acd5c 100644
--- a/github-runner-ami/packer/files/mounts_setup.sh
+++ b/github-runner-ami/packer/files/mounts_setup.sh
@@ -16,5 +16,5 @@
 # under the License.
 
 sudo mount -t tmpfs -o size=8% tmpfs /tmp
-sudo mount -t tmpfs -o size=60% tmpfs /var/lib/docker
+sudo mount -t tmpfs -o size=75% tmpfs /var/lib/docker
 sudo mount -t tmpfs -o tmpfs /home/runner/actions-runner/_work