You are here
Error: The InnoDB memory heap is disabled
Wed, 2015-03-04 08:36 — oli
Recently we upgraded to MySQL 5.6 and found the following InnoDB error message:
[Note] InnoDB: The InnoDB memory heap is disabled
How can we get this fixed?
Taxonomy upgrade extras:
not an error but a note
This is not really an error, just an indication that InnoDB is using the system's native memory allocator instead of its own. This is also clearly marked by the severity:
[Note]
.On modern systems this is mostly a good choice for production. Thus the default is
ON
:This MySQL variable is deprecated, and will be removed in a future MySQL version above 5.6.
See also: Configuring the Memory Allocator for InnoDB