Closed GoogleCodeExporter closed 9 years ago
You should set the default log_size_limit down from 200 GB (200000000000) to
something like 30 GB (30000000000) for your 40 GB drive. After changing the
limit, the system should automatically start removing logs until it's under
that limit. If the system can't function because the disk is completely full,
you can delete the oldest files in the /data/sphinx/ directory which contains
the indexes. If you can get MySQL started, there's a better way, but I'm
assuming that you can't get MySQL started due to no free disk space.
Original comment by mchol...@gmail.com
on 1 Aug 2012 at 1:58
Thank you,
now we have set the limit suggested by you & after setting limit system dint
remove the logs automatically. we removed oldest file in /data/sphinx dir.
Pls let us know what is the other you way if MySQl is running.
Original comment by vamsi.ma...@gmail.com
on 2 Aug 2012 at 6:29
If MySQL is running, you can drop the oldest 10 indexes like this:
mysql syslog -e "DELETE FROM indexes ORDER BY start ASC LIMIT 10"
Then you can have ELSA perform its validation routine as it does on normal
startup like this:
echo "" | elsa.pl -o
Original comment by mchol...@gmail.com
on 2 Aug 2012 at 1:47
Closing due to inactivity.
Original comment by mchol...@gmail.com
on 29 Nov 2012 at 10:37
Original issue reported on code.google.com by
vamsi.ma...@gmail.com
on 1 Aug 2012 at 10:24