From e98278cf9ef6653e9dc409020369c5f0599fbaa1 Mon Sep 17 00:00:00 2001 From: Jeff Croyle Date: Tue, 12 Nov 2024 10:22:14 -0500 Subject: [PATCH] give postgres more resources --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa9321d..170de91 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: --health-interval=10s --health-timeout=5s --health-retries=5 - --memory=512m --cpus=0.5 + --memory=1024m --cpus=1.0 ports: - 5432:5432