mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 07:28:26 +02:00
+ increase WebAssembly max memory limit for test tmt1.pp, because the test runs
out of memory with the default memory limit of 256 MiB
This commit is contained in:
parent
f81d455094
commit
d561390687
@ -3,6 +3,12 @@
|
||||
|
||||
{$mode objfpc}
|
||||
|
||||
{$ifdef CPUWASM32}
|
||||
{ This test runs out of memory, when using the default WebAssembly shared
|
||||
memory limit of 256 MiB, so we increase it to 512 MiB }
|
||||
{$M 1048576,536870912,536870912}
|
||||
{$endif}
|
||||
|
||||
uses
|
||||
{$ifdef unix}
|
||||
cthreads,
|
||||
|
Loading…
Reference in New Issue
Block a user