From f74e3ecb0beb7c8d817eef5080afddb6511d8514 Mon Sep 17 00:00:00 2001 From: Masen Furer Date: Mon, 3 Feb 2025 12:35:52 -0800 Subject: [PATCH] XXX: show ulimit in integration.sh --- scripts/integration.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/integration.sh b/scripts/integration.sh index dc8b5d553..6b40f32ba 100755 --- a/scripts/integration.sh +++ b/scripts/integration.sh @@ -14,6 +14,8 @@ shift check_ports=${1:-3000 8000} shift +ulimit -a + # Start the server in the background export TELEMETRY_ENABLED=false reflex run --loglevel debug --env "$env_mode" "$@" & pid=$!