XXX: show ulimit in integration.sh

This commit is contained in:
Masen Furer 2025-02-03 12:35:52 -08:00
parent 26223f2173
commit f74e3ecb0b
No known key found for this signature in database
GPG Key ID: B0008AD22B3B3A95

View File

@ -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=$!