Ok. David
On Sun, Nov 24, 2013 at 6:50 AM, Teresa Johnson <tejohn...@google.com> wrote: > The current default is 3000000, but increasing to 4M gives better > performance on internal applications and benchmarks. Passes regression > testing. Ok for google/4_8? > > Thanks, > Teresa > > 2013-11-24 Teresa Johnson <tejohn...@google.com> > > * params.def (PARAM_MAX_LIPO_MEMORY): Increase default to 4M. > > Index: params.def > =================================================================== > --- params.def (revision 205234) > +++ params.def (working copy) > @@ -972,7 +972,7 @@ DEFPARAM (PARAM_MAX_LIPO_GROUP, > DEFPARAM (PARAM_MAX_LIPO_MEMORY, > "max-lipo-mem", > "don't import aux files if memory consumption exceeds this value", > - 3000000, 0, 0) > + 4000000, 0, 0) > > /* In LIPO profile-gen, use this parameter to record the cutoff value used at > profile collection runtime. */ > > -- > Teresa Johnson | Software Engineer | tejohn...@google.com | 408-460-2413