Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Apr 2009 14:02:57 +0300
From:      Peter <peterpub2@aboutsupport.com>
To:        FreeBSD-Questions <freebsd-questions@freebsd.org>
Subject:   Re: Where am I wasting resources? How to fix this problem?
Message-ID:  <49F6E261.6040808@aboutsupport.com>
In-Reply-To: <2cd0a0da0904280354w21c75c18p5a4563ca2a719d15@mail.gmail.com>
References:  <2cd0a0da0904280122x5416837re97255dc37283dc5@mail.gmail.com>	<2cd0a0da0904280228x763cd493v19c1d3bc45015f62@mail.gmail.com>	<alpine.BSF.2.00.0904281149350.26170@wojtek.tensor.gdynia.pl> <2cd0a0da0904280354w21c75c18p5a4563ca2a719d15@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
VeeJay wrote:
> Thanks Wojciech
> 
> How can I find out the process count limit and how can I change it?
> 
> And what is the maximum limit I can give with this hardware?
> 
> 


Hello Veejay,

Add thise to your loader.conf

mysql# cat /boot/loader.conf
kern.maxdsiz="4096M"
kern.dfldsiz="2048M"
kern.maxssiz="1024MB"


and reboot the system. This should help.

These are values from one my  mysql boxes.

It is also also in mysql notes for freebsd(see bottom)

http://dev.mysql.com/doc/refman/5.1/en/freebsd.html


Peter



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?49F6E261.6040808>