소스 검색

show ulimit and attempt to bump file limit before building reflex-web

Masen Furer 3 달 전
부모
커밋
26223f2173
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      .github/workflows/integration_tests.yml

+ 3 - 0
.github/workflows/integration_tests.yml

@@ -242,6 +242,9 @@ jobs:
         run: |
           # Check that npm is home
           npm -v
+          ulimit -a
+          ulimit -n 32768
+          ulimit -a
           poetry run bash scripts/integration.sh ./reflex-web prod
       - name: Measure and upload .web size
         run: