Go to the first, previous, next, last section, table of contents.


How does MySQL use memory ?

When running mysqld ps and other programs may report that it uses a lot of memory. This may be caused by thread-stacks on different memory addresses. For example, the Solaris ps calculates the unused memory between stacks as used memory. You can verify this by checking available swap with 'swap -s'. We have tested mysqld with commercial memory-leakage detectors so there should not be any memory leaks.


Go to the first, previous, next, last section, table of contents.