|
From: Stewart S. <st...@fl...> - 2010-04-07 08:28:32
|
On Wed, 07 Apr 2010 10:16:31 +0200, Cyril Scetbon <cyr...@fr...> wrote: > 100407 10:11:45 InnoDB: Error: cannot allocate 1610629120 bytes of > InnoDB: memory with malloc! Total allocated memory > InnoDB: by InnoDB 23965696 bytes. Operating system errno: 0 > InnoDB: Check if you should increase the swap file or > InnoDB: ulimits of your operating system. > InnoDB: On FreeBSD check you have compiled the OS with > InnoDB: a big enough maximum process size. > InnoDB: Note that in most 32-bit computers the process > > Outch ! you think the process is trying to allocate 1.6GB+~0.8GB+(more > memory for mysql) and that's over the max memory per process on x86 ? Under valgrind on 32bit... could be getting close. try with a smaller buffer pool, or just use 64bit :) -- Stewart Smith |