Merge pull request #718 from lightpanda-io/max_memory_30

increase max memory threshold to 30
This commit is contained in:
Karl Seguin
2025-05-28 17:21:18 +08:00
committed by GitHub

View File

@@ -69,7 +69,7 @@ jobs:
needs: zig-build-release
env:
MAX_MEMORY: 29000
MAX_MEMORY: 30000
MAX_AVG_DURATION: 24
LIGHTPANDA_DISABLE_TELEMETRY: true