> 100407 10:11:45 InnoDB: Error: cannot allocate 1610629120 bytes of > InnoDB: memory with malloc! Total allocated memory
You've probably got a fragmentation problem here too. For this allocation to succeed requires not only 1.6GB free address space (out of your total 4GB space), but also that this is available as one single piece. Much easier to do everything at 64 bit in this kind of situation. J ------------------------------------------------------------------------------ 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
