fix(ci): calibrate hosted startup memory

This commit is contained in:
Peter Steinberger
2026-07-09 19:52:02 -04:00
parent 53378459cd
commit dc3d06c5d6
3 changed files with 16 additions and 1 deletions

View File

@@ -723,6 +723,10 @@ jobs:
- name: Check CLI startup memory
shell: bash
env:
# GitHub-hosted Linux reports a higher RSS baseline than Blacksmith for
# the same built CLI. Keep the tighter Blacksmith regression ceiling.
OPENCLAW_STARTUP_MEMORY_PLUGINS_LIST_MB: ${{ runner.environment == 'github-hosted' && '425' || '350' }}
run: |
set +e
pnpm test:startup:memory