Преглед изворни кода

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

Nikolay Nikolov пре 1 година
родитељ
комит
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;