On Mon, Apr 1, 2013 at 7:24 PM, <[email protected]> wrote: > 1) Currently the binlog files are getting rotated after they hit 10MB size. > Is it possible to change this?
Flag -s sets the size of each binlog file in bytes. > 2) The binlog files are growing quite quickly over time and during peak > hours the files are consuming over 10GB of space. For clearing up the binlog > files, is there any tool available or a simple file deletion would be > enough? Are there any possible issues we might run into if we use this > approach? Beanstalkd automatically deletes binlog files when it's safe to do so. If you delete them yourself, you'll lose data. Later versions make far more efficient use of disk space. If you find your binlog takes a lot more memory than the beanstalkd process itself, consider upgrading to a later version. -- You received this message because you are subscribed to the Google Groups "beanstalk-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/beanstalk-talk?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
