* WebAssembly threads default maxheapsize constant changed to more readable form - 256*1024*1024 instead of 268435456

This commit is contained in:
Nikolay Nikolov 2024-08-18 16:30:38 +03:00
parent 02867fe918
commit 4527365f0d

View File

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