Does anyone out there have any experience running a 64 bit mysql server on
solaris?  Here's my issue:

I have compiled mysql 3.23.51, with Sun's C compiler from Sun ONE Studio 7
(C compiler version 5.4, one up from Forte 6.2).  The compile options were
thus:

setenv CC cc
setenv CXX CC
setenv CFLAGS "-fast -xarch=v9a"
setenv CXXFLAGS "-fast -xarch=v9a"

./configure --prefix=/usr/local/mysql --without-bench
--with-mysqld-user=mysql --without-docs --with-pthread
--enable-thread-safe-client --with-comment


Everything compiled and installed fine.  The problem is when I try to
start the server (from the error log):

020621 10:11:59  mysqld started
020621 10:11:59  /usr/local/mysql/libexec/mysqld: Out of memory (Needed
3248151704 bytes)
020621 10:11:59  /usr/local/mysql/libexec/mysqld: 'host.ISD' is locked
against change
020621 10:11:59  /usr/local/mysql/libexec/mysqld: Normal shutdown
020621 10:11:59  mysqld ended

It's asking for just a hair over 3 GB of ram.

Looking through the manual, I can only find references to the out of
memory error when dealing with a client query.  Has anyone else come
across this?  I know mysql has to be in other 64bit environments (alpha,
etc).  Thanks for all your help.

Matt Patterson
[EMAIL PROTECTED]
Programmer, Solinus, Inc



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to