Commit 29fa5b5
committed
fix(js-template): fix memory exhaustion when using wasm
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 29fa5b5
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