[Users] Re: strange issue with mysql crashing in openvz

catam gogu at l.route666.net
Sat May 12 09:10:57 EDT 2007


Seems I have found the issue , was CFLAGS

/proc/cpuinfo =>
processor       : 0
vendor_id       : GenuineIntel
cpu family      : 15
model           : 4
model name      :                   Intel(R) Xeon(TM) CPU 3.00GHz

you need
CFLAGS="-march=nocona -O2 -pipe -fomit-frame-pointer"
I had
CFLAGS="-march=k8 -O2 -pipe"

catam



More information about the Users mailing list