<div dir="ltr"><div><div>Hi,<br><br></div></div>Having removed builds from the database does not mean that you recover space on your hard disk.<br><div><div><div><div class="gmail_extra"><br>You should now optimize your tables. See <a href="http://dev.mysql.com/doc/en/optimize-table.html">http://dev.mysql.com/doc/en/optimize-table.html</a><br><br></div><div class="gmail_quote">With show table status (<a href="http://dev.mysql.com/doc/en/show-table-status.html">http://dev.mysql.com/doc/en/show-table-status.html</a>), you can see the size of the tables and the disk space that can be recovered (called overhead under phpMyAdmin).<br><br></div><div class="gmail_quote">Regards,<br><br></div><div class="gmail_quote">J. Bedouet<br></div><div class="gmail_quote"><br><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Date: Mon, 16 Jan 2017 17:07:55 -0500<br>
From: "Sean McBride" <<a href="mailto:sean@rogue-research.com">sean@rogue-research.com</a>><br>
To: "Zack Galbreath" <<a href="mailto:zack.galbreath@kitware.com">zack.galbreath@kitware.com</a>><br>
Cc: cdash <<a href="mailto:cdash@public.kitware.com">cdash@public.kitware.com</a>><br>
Subject: Re: [CDash] reducing cdash database size<br>
Message-ID: <<a href="mailto:20170116220755.255415709@mail.rogue-research.com">20170116220755.255415709@<wbr>mail.rogue-research.com</a>><br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
On Mon, 16 Jan 2017 15:52:55 -0500, Zack Galbreath said:<br>
<br>
>> can I hack something to allow that 100 MB allocation to proceed?<br>
><br>
>To increase the amount of memory allowed for old build removal, add the<br>
>following line to the top of CDash/include/autoremove.php:<br>
>ini_set('memory_limit','<wbr>1024M');<br>
<br>
That worked, thanks.  Now the sql command gives:<br>
<br>
+---------------------+<br>
| starttime           |<br>
+---------------------+<br>
| 2016-11-17 15:13:52 |<br>
+---------------------+<br>
<br>
which matches my 'AutoRemove Timeframe' of 60 days.<br>
<br>
Alas, 'du' still shows 43 GB in my mysql/data folder....<br>
<br>
Cheers,<br>
<br>
--<br>
______________________________<wbr>______________________________<br>
Sean McBride, B. Eng                 <a href="mailto:sean@rogue-research.com">sean@rogue-research.com</a><br>
Rogue Research                        <a href="http://www.rogue-research.com" rel="noreferrer" target="_blank">www.rogue-research.com</a><br>
Mac Software Developer              Montr?al, Qu?bec, Canada<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Subject: Digest Footer<br>
<br>
______________________________<wbr>_________________<br>
CDash mailing list<br>
<a href="mailto:CDash@public.kitware.com">CDash@public.kitware.com</a><br>
<a href="http://public.kitware.com/mailman/listinfo/cdash" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/cdash</a><br>
<br>
<br></blockquote></div></div></div></div></div>