On Wed, 07 Apr 2010 10:16:31 +0200, Cyril Scetbon <[email protected]> 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 ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
