소스 검색

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}
 shift
 
+ulimit -a
+
 # Start the server in the background
 export TELEMETRY_ENABLED=false
 reflex run --loglevel debug --env "$env_mode" "$@" & pid=$!