XXX: show ulimit in integration.sh
This commit is contained in:
parent
26223f2173
commit
f74e3ecb0b
@ -14,6 +14,8 @@ shift
|
|||||||
check_ports=${1:-3000 8000}
|
check_ports=${1:-3000 8000}
|
||||||
shift
|
shift
|
||||||
|
|
||||||
|
ulimit -a
|
||||||
|
|
||||||
# Start the server in the background
|
# Start the server in the background
|
||||||
export TELEMETRY_ENABLED=false
|
export TELEMETRY_ENABLED=false
|
||||||
reflex run --loglevel debug --env "$env_mode" "$@" & pid=$!
|
reflex run --loglevel debug --env "$env_mode" "$@" & pid=$!
|
||||||
|
Loading…
Reference in New Issue
Block a user