[Lazarus] Error: No Memory left at linking Lazarus with fpc trunk
Andreas Frieß
friess at gmx.at
Thu Mar 9 17:57:58 CET 2017
Luiz Americo Pereira Camara via Lazarus wrote:
> Seems that code typhon fixed it. See entry 16-Nov-2016 ver 5.90 at
I looked for it and made a compare.
One change is in the pp.pas aroud line 150. Now i patched the actual
trunk 35551. Now fpc compiles the 'Big' Lazarus for me.
Andreas
===============
{$ifdef win32}
{ 256 MB stack }
{ under windows the stack can't grow }
{$MAXSTACKSIZE 256000000}
{$setpeflags $20} //=== ct9999 =============
{$else win32}
{$ifdef win64}
{ 512 MB stack }
{ under windows the stack can't grow }
{$MAXSTACKSIZE 512000000}
{$else win64}
{ 1 MB stack }
{$MINSTACKSIZE 1000000}
{$endif win64}
{$endif win32}
More information about the Lazarus
mailing list