Roundup Tracker - Issues

Message4492

Author telsch
Recipients telsch
Date 2012-01-30.15:43:24
Message-id <1327938205.12.0.762336297891.issue2550743@psf.upfronthosting.co.za>
In-reply-to
When we try to reindex our roundup instance we get the error 'MySql
Server has gone away (2006)'
We found a quick fix, if we set in the configuration from mysql:
    /etc/my.conf
    [mysqld]
    max_allowed_packet = 1M

the 'max_allowed_packet' value from '1M' to '64M'

i hope it is possible to reduce the transaction size, so we don't have
to configure the mysql for the roundup reindex.
History
Date User Action Args
2012-01-30 15:43:25telschsetrecipients: + telsch
2012-01-30 15:43:25telschsetmessageid: <1327938205.12.0.762336297891.issue2550743@psf.upfronthosting.co.za>
2012-01-30 15:43:25telschlinkissue2550743 messages
2012-01-30 15:43:24telschcreate