Skip to content

Commit 3d9bcda

Browse files
fix(ci): reduce heap memory from 7G to 3G
1 parent 6ae506b commit 3d9bcda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dapp-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
/etc/resolv.conf
7070
binary-fs: true
7171
fs-dir: /app
72-
heap: 7G
72+
heap: 3G
7373
dlopen: 1
7474
mprotect: 1
7575
secrets:

.github/workflows/dapp-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
/etc/resolv.conf
5151
binary-fs: true
5252
fs-dir: /app
53-
heap: 7G
53+
heap: 3G
5454
dlopen: 1
5555
mprotect: 1
5656
secrets:

0 commit comments

Comments
 (0)