> When I start MySQL, InnoDB engine allocate his buffer pool without any > issue. It's not the same when I launch it with Valgrind :( > What can I do to resolve this issue ?
Post a copy of the error message(s). It is necessary first to identify _which_ error(s). Include the machine architecture (i686, x86_64, etc.) and the operating system. In other words, give a decent bug report. Speculating that you may be running Linux on i686, then _sometimes_ it is possible to obtain an extra 0.8GB of address space by running the i686 version of the application and valgrind on a x86_64 machine. -- ------------------------------------------------------------------------------ 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
