瀏覽代碼

XXX: show ulimit in integration.sh

Masen Furer 3 月之前
父節點
當前提交
f74e3ecb0b
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      scripts/integration.sh

+ 2 - 0
scripts/integration.sh

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