Explorar o código

XXX: show ulimit in integration.sh

Masen Furer hai 3 meses
pai
achega
f74e3ecb0b
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      scripts/integration.sh

+ 2 - 0
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=$!