Commit 4b77554
authored
fix(js-template): fix memory exhaustion when using wasm (#218)
by default nodejs allocates 10G virtual memory when creating wasm modules, this memory allocation breaks the enclave limit. node's default behavior is disabled by setting the `--disable-wasm-trap-handler` option.1 parent b3113df commit 4b77554
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
0 commit comments