On 7/6/09, John-Paul Drawneek <jpd at drawneek.demon.co.uk> wrote: > So all I am left with is something in the opensolaris enviroment. > > So any idea on how I can debug this to work out what is going on?
Do you know the breaking threshold?? Is it close to some magic numbers, like 2GB, or 4GB?? And by "stops work", you mean mysql-zrm hangs? Exits? Or it only backs up part of the DB?? > Also is there any memory cap type thing which could be effecting the perl > runtime - pretty much grasping at straws now. The perl runtime can execute anything, not just mysqldump. So you can add a few lines to show the current memory limit before running mysqldump. Or you can use a shell script as a mysqldump wrapper to dump the memory statistics and limits. Rayson > -- > This message posted from opensolaris.org > _______________________________________________ > databases-discuss mailing list > databases-discuss at opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/databases-discuss >
