Re: FreeBSD MySQL Performance Tunning suggestions???

2008-06-04 Thread Antony T Curtis
Hi, FreeBSD 7 should offer much better performance for MySQL. The FreeBSD kernel developers have found ways to relieve some of the kernel bottlenecks which permit multithreaded applications to operate much better. Regards, Antony. On 3 Jun 2008, at 03:43, VeeJay wrote: Hi Guys I need

Re: FreeBSD MySQL Performance Tunning suggestions???

2008-06-04 Thread Joerg Bruehe
Hi all ! VeeJay wrote: [[...]] At my job, I am going to build a Web Server with 1. FreeBSD 7.0-RELEASE amd64 2. Apache 2.2.8 3. PHP 4.4.8 (or may be PHP5, what do you suggest?) Server's hardware configuration is as follow: 2 x Quad Core Xeon E5450 3.0GHz,2x6MB,1333FSB 16GB (8x2GB Dua

Re: FreeBSD + MySQL bottleneck

2003-03-15 Thread Dan Nelson
In the last episode (Mar 15), Jesse Guardiani said: > From: "Warren W. Gay VE3WWG" <[EMAIL PROTECTED]> > > The OP didn't indicate where the files are being kept, and under > > FreeBSD this can be significant. I know for example, that using UFS > > file systems, are very slow compared to newer file

Re: FreeBSD + MySQL bottleneck

2003-03-15 Thread Jesse Guardiani
- Original Message - From: "Warren W. Gay VE3WWG" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 14, 2003 4:45 PM Subject: Re: FreeBSD + MySQL bottleneck > The OP didn't indicate where the files are being kept, and under FreeBSD > th

Re: FreeBSD + MySQL bottleneck

2003-03-14 Thread Warren W. Gay VE3WWG
Jeremy Zawodny wrote: On Fri, Mar 14, 2003 at 12:03:14PM -0800, Joe Stump wrote: This may help - I just got this from a friend. http://jeremy.zawodny.com/blog/archives/000203.html Ugh. I *really* need to update that. It has become a popular reference. But I have some new information to a

Re: FreeBSD + MySQL bottleneck

2003-03-14 Thread Matthias Trevarthan
On Friday 14 March 2003 12:34, Jeremy Zawodny wrote: > On Fri, Mar 14, 2003 at 12:03:14PM -0800, Joe Stump wrote: > > This may help - I just got this from a friend. > > > > http://jeremy.zawodny.com/blog/archives/000203.html > > Ugh. > > I *really* need to update that. It has become a popular refe

Re: FreeBSD + MySQL bottleneck

2003-03-14 Thread walt
Matthias Trevarthan wrote: > > Howdy list, > > I run MySQL 3.23.54 with FreeBSD 4.6-RELEASE. > > We recently had a BBS get hammered by a lot of > concentrated traffic. > > I currently run a 'mysql-optimize.sh' script from > cron on Wednesday and Sunday that executes: > > ${bindir}/myisamchk -i

Re: FreeBSD + MySQL bottleneck

2003-03-14 Thread Jeremy Zawodny
On Fri, Mar 14, 2003 at 12:03:14PM -0800, Joe Stump wrote: > This may help - I just got this from a friend. > > http://jeremy.zawodny.com/blog/archives/000203.html Ugh. I *really* need to update that. It has become a popular reference. But I have some new information to add. The short version.

RE: FreeBSD + MySQL bottleneck

2003-03-14 Thread Joe Stump
This may help - I just got this from a friend. http://jeremy.zawodny.com/blog/archives/000203.html --Joe -- Joe Stump <[EMAIL PROTECTED]> http://www.joestump.net "Label makers are proof God wants Sys Admins to be happy." -Original Message- From: Matthias Trevarthan [mailto:[EMAIL PROTE

Re: FreeBSD + MySQL bottleneck

2003-03-14 Thread John Wards
> So, my questions are these: > --- > > Can any experienced MySQL-FreeBSD admins out there > give me some pointers for identifying bottlenecks? I have been running MySQl-FreeBSD for over a year now and we are now doing about 140-150,000 page views a day all dynamic from t

Re: FreeBSD: MySQL crash when importing 148 MB dumpfile

2003-01-18 Thread Ken Menzel
Hi Maximo, The problem is that you have a config that requires more memory than you have available. Please reduce key buffer, record buffer and sort buffer. The clues are: 030117 17:02:55 Out of memory; Check if mysqld or some other process uses key_buffer_size + (record_buffer + sort_buff

Re: FreeBSD+MySQL

2002-03-25 Thread Andrey Kotrekhov
äÏÂÒÙÊ ÄÅÎØ. > > | table_cache | 256 | > > +---+---+ > > > > m1# mysql -e "show status like 'Open%'" > > +---+---+ > > | Variable_name | Value | > > +---+---+ > > | Open_tables | 256 | > > | Open_files| 446 | > > | Open_streams | 0

Re: FreeBSD+MySQL

2002-03-22 Thread Dan Nelson
In the last episode (Mar 22), Ozette Brown said: > Dan, > > I guess I'm not hitting my systems openfile limit because I do not see "file table >full" > in my /var/log/messages. > Here's the other info you inquired about: > > m1# sysctl kern.maxfiles kern.maxfilesperproc kern.openfiles > kern.ma

Re: FreeBSD+MySQL

2002-03-22 Thread Ozette Brown
Dan Nelson wrote: > In the last episode (Mar 22), Ozette Brown said: > > Andrey, > > > > Thank you for the reply. > > > > I read somewhere that when checking your maximum file descriptors your >"kern.maxfiles > > should be greater than kern.maxfilesperproc. My settings are: > > kern.maxfiles =

Re: FreeBSD+MySQL

2002-03-22 Thread Dan Nelson
In the last episode (Mar 22), Ozette Brown said: > Andrey, > > Thank you for the reply. > > I read somewhere that when checking your maximum file descriptors your "kern.maxfiles > should be greater than kern.maxfilesperproc. My settings are: > kern.maxfiles = 8232 > kern.maxfilesperproc = 8232

Re: FreeBSD+MySQL

2002-03-22 Thread Ozette Brown
Andrey Kotrekhov wrote: > äÏÂÒÙÊ ÄÅÎØ. > > I have the same problem. > We increase max number of users in the kernel config and recompile. > The problem is solve at most. > Try to increase max number of open files in kernel. > > > Hi, > > > > I'm currently running FreeBSD 4.3-stable with MySQL 3.2

Re: FreeBSD+MySQL

2002-03-22 Thread Andrey Kotrekhov
äÏÂÒÙÊ ÄÅÎØ. I have the same problem. We increase max number of users in the kernel config and recompile. The problem is solve at most. Try to increase max number of open files in kernel. > Hi, > > I'm currently running FreeBSD 4.3-stable with MySQL 3.23.39. My problem > is weird an unpreditab