Commit 60cc042
authored
fix: remove mprotect option from sconification to reduce memory usage (#228)
* feat: update Node.js to version 22-alpine3.22
* fix: remove mprotect option and optimize memory configuration
- Remove --mprotect 1 option to reduce memory usage in dapp deployment
- Set heap memory to 1G for better performance1 parent b386da0 commit 60cc042
File tree
3 files changed
+3
-4
lines changed- .github/workflows
- dapp
- deployment-dapp/src/singleFunction
3 files changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | | - | |
83 | 82 | | |
84 | 83 | | |
85 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments