Restore default memory

This commit is contained in:
Michael Van Canneyt 2025-02-13 16:09:18 +01:00
parent 83be8b0e13
commit 3a33eee80d

View File

@ -892,14 +892,12 @@ begin
TH.OnConsoleWrite:=@HandleConsoleWrite;
FThreadSupport:=CreateThreadSupport(TH.WasiEnvironment);
Mem.Initial:=256;
Mem.maximum:=1024;
Mem.maximum:=512;
Mem.shared:=True;
TH.MemoryDescriptor:=Mem;
FThreadSupport.OnSendCommand:=@DoOnSendCommand;
TH.ThreadSupport:=FThreadSupport; // Sets FThreadSupport.host
Result:=TH;
// TThreadController
end;
Initialization