mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-14 22:06:16 +00:00
fix(ci): calibrate hosted startup memory
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user