This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gcc 3.3 garbage collector defaults


On Mon, Jan 27, 2003 at 10:25:39AM -0600, Benjamin Kosnik wrote:
> > Especially the default of ggc-min-heapsize is very low: 30K. Why this
> > low default? Why not make it 4-8MB or better scale it with the memory
> > size of the box?
> 
> Can you post a patch to bump this up to 8MB? I'd like to test with it.

You can just compile with --param ggc-min-heapsize=8000 

Otherwise change the ggc_min_heapsize declaration in gcc/params.def

-Andi


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]