Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jul 2006 14:31:19 -0400
From:      Thaddeus Quintin <thaddeus@dm1.net>
To:        freebsd-questions@freebsd.org
Subject:   Re: Memory usage for MySQL
Message-ID:  <653A9EA4-19F7-41E8-BDD4-E0906C997D6E@dm1.net>
In-Reply-To: <DBF98FDA-4FE1-4550-854B-A55F8B86BD48@mac.com>
References:  <407487AA-A1C4-4581-A7EA-2FBC68E284C6@dm1.net> <DBF98FDA-4FE1-4550-854B-A55F8B86BD48@mac.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Jul 19, 2006, at 1:38 PM, Charles Swiger wrote:
> FreeBSD defaults to having a 512MB maximum process datasize.  Add  
> something like:
>
> 	kern.dfldsiz="1G"
>
> ...to /boot/loader.conf.

I already took care of that, it was in my first email-
>> I tweaked /boot/loader.conf to allow larger data size for  
>> processes already (rebooted after changes)-
>> kern.maxdsiz="1395864371" # 1.3GB
>> kern.dfldsiz="1395864371" # 1.3GB
>> kern.maxssiz="134217728" # 128MB

 From what I read, that should do it, but I still get those start up  
errors before MySQL decides to run.  Maybe it has something to do  
with how quickly MySQL is asking for memory?

Thaddeus



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?653A9EA4-19F7-41E8-BDD4-E0906C997D6E>