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

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

View File

@ -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: