<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Jan 16, 2017 at 3:42 PM, Sean McBride <span dir="ltr"><<a href="mailto:sean@rogue-research.com" target="_blank">sean@rogue-research.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"> can I hack something to allow that 100 MB allocation to proceed?</blockquote></div><div class="gmail_extra"><br></div></div><div class="gmail_extra">To increase the amount of memory allowed for old build removal, add the following line to the top of CDash/include/autoremove.php:<br></div><div class="gmail_extra">ini_set('memory_limit','1024M');<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">To make this a more general, site-wide change, see here:</div><div class="gmail_extra"><a href="http://php.net/manual/en/ini.core.php#ini.memory-limit">http://php.net/manual/en/ini.core.php#ini.memory-limit</a></div></div>