|
From: Cyril S. <cyr...@fr...> - 2010-04-07 09:59:45
|
Julian Seward a écrit : >> 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. > I vote for the max memory per process reached. But I didn't check it... > Much easier to do everything at 64 bit in this kind of situation. > > J > > > -- Cyril SCETBON |