Subject: Re: mysqldump fails under NetBSD
To: None <netbsd-users@netbsd.org>
From: Fredrik Carlsson <fredrik@netbsd.se>
List: netbsd-users
Date: 05/05/2007 19:35:31
Matthias Scheler <tron <at> zhadum.org.uk> writes:

> 
> On Fri, May 04, 2007 at 04:21:01PM +0200, Viktor Holmlund wrote:
> > >
> > mysqldump: Error 5: Out of memory (Needed 22042208 bytes) when dumping
> > table `theTable` at row: 2990911
> > >
> 
> Try using "ulimit -d `ulimit -d -H`" in your shell before attempting
> to dump the table.
> 
> 	Kind regards
> 


The ulimit values are high already and "ulimit -d `ulimit -d -H`" did
unfortunately not make any difference.

// Fredrik Carlsson