From 26223f2173d2cf2686a3dc9b37ff0fb3521652cd Mon Sep 17 00:00:00 2001 From: Masen Furer Date: Mon, 3 Feb 2025 12:16:26 -0800 Subject: [PATCH] show ulimit and attempt to bump file limit before building reflex-web --- .github/workflows/integration_tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 5c0b37bad..800072df7 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -242,6 +242,9 @@ jobs: run: | # Check that npm is home npm -v + ulimit -a + ulimit -n 32768 + ulimit -a poetry run bash scripts/integration.sh ./reflex-web prod - name: Measure and upload .web size run: