1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00
emacs/mps/manual/source/topic/low.rst
Gareth Rees 5163db768c Actions from meeting with rb.
Copied from Perforce
 Change: 180101
 ServerID: perforce.ravenbrook.com
2012-10-26 14:04:54 +01:00

14 lines
379 B
ReStructuredText

.. _topic-low:
Handling low memory
===================
What does it mean to be "low on memory" in a virtual memory operating
system?
How does the MPS behave when it's low on memory? Performance degrades
(due to running out of zones) and then there are emergency
collections.
How can you handle low memory situations gracefully while still
keeping allocation fast and inline?