mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 22:07:56 +02:00
* increased the default max memory for WebAssembly threads to 256 MiB
This commit is contained in:
parent
44f58c702f
commit
a4608bd008
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user