Hi,

I am installing MySQL to a single board computer with the ARM7 processor
and 32M of RAM, running Linux.

I was able to successfully cross compile and now run the MySQL server,
but even with my-small.cnf and tweaking values down it consumes all but
a few megs of my RAM, and I need at least 15M for other software that
wasn't running during my testing.

Here is my configure command:
CC=arm-linux-gcc CXX=arm-linux-g++ CPP=arm-linux-cpp ./configure
--host=arm-linux --prefix=/mnt/mmc/mysql --without-debug
--without-extra-tools --without-docs --without-bench
--without-query-cache

And several of the make files had to be tweaked for it to compile.

Here is a ps excerpt:
 585         root        812   S   /bin/sh ./bin/mysqld_safe 
 636         root      23560   S   /mnt/mmc/mysql/libexec/mysqld
 637         root      23560   S   /mnt/mmc/mysql/libexec/mysqld
 638         root      23560   S   /mnt/mmc/mysql/libexec/mysqld
 639         root      23560   S   /mnt/mmc/mysql/libexec/mysqld
 640         root      23560   S   /mnt/mmc/mysql/libexec/mysqld
 641         root      23560   S   /mnt/mmc/mysql/libexec/mysqld
 643         root      23560   S   /mnt/mmc/mysql/libexec/mysqld
 644         root      23560   S   /mnt/mmc/mysql/libexec/mysqld
 647         root      23560   S   /mnt/mmc/mysql/libexec/mysqld
 648         root      23560   S   /mnt/mmc/mysql/libexec/mysqld

Any help/suggestions would be a huge help.

Thanks!
 - Joe

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[ Joseph Monti                                        ]
[ [EMAIL PROTECTED]                               ]
[ http://www.smartrobots.com/                         ]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to