Richard Henderson <r...@redhat.com> writes: > On 02/10/2011 06:32 AM, Dodji Seketeli wrote: >> For the sake of archiving these tricks how do you postpone garbage >> collection in practise? > > Set --param ggc-min-heapsize to a very large value.
That wouldn't work for pieces of code that explicitly call ggc_collect, would it? -- Dodji