浏览代码

* increased the default max memory for WebAssembly threads to 256 MiB

Nikolay Nikolov 11 月之前
父节点
当前提交
a4608bd008
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/parser.pas

+ 1 - 1
compiler/parser.pas

@@ -202,7 +202,7 @@ implementation
            system_wasm32_wasi:
              begin
                if ts_wasm_threads in init_settings.targetswitches then
-                 maxheapsize:=33554432
+                 maxheapsize:=268435456
                else
                  maxheapsize:=0;
              end;