Re: FreeBSD 5.2: malloc(): error: allocation failed

From: Dag-Erling Smørgrav <des_at_des.no>
Date: Mon, 26 Jan 2004 16:20:06 +0100
"Christian B." <freebsd.org_at_bimmer.at> writes:
> mysqld in malloc(): error: allocation failed

mysqld ran out of address space.  the default limit is 512 MB.  you
can increase it by adding e.g. kern.maxdsiz="1073741824" (1 GB) to
/boot/loader.conf, or with the MAXDSIZ kernel option.

(for some reason, kern.maxdsiz doesn't show up in the sysctl tree, but
setting it in loader.conf will work)

DES
-- 
Dag-Erling Smørgrav - des_at_des.no
Received on Mon Jan 26 2004 - 06:20:55 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:39 UTC