Skip to content

Commit ae9211d

Browse files
committed
fix: increase memory limit for Agda doc processing to 8GB
1 parent e24ee4c commit ae9211d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/formal-spec-listener.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
input-dir: site/static/formal-spec
141141
config-file: site/agda-docs.config.json
142142
cache-dependency-path: site/package-lock.json
143-
node-options: "--max-old-space-size=4096"
143+
node-options: "--max-old-space-size=8192"
144144

145145
- name: 🔍 Check for changes
146146
id: check-changes

0 commit comments

Comments
 (0)