diff options
author | Eli Zaretskii <eliz@gnu.org> | 2011-04-29 17:23:44 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2011-04-29 17:23:44 +0300 |
commit | fab624aa3a159b3d91fae009634dd0875a5b0162 (patch) | |
tree | 564eeadecadf82edd897b3b1d43e2058ce9820fc /etc | |
parent | b1c07b7b76ee4ae685e491f4e98129a77d8c18a9 (diff) | |
download | emacs-fab624aa3a159b3d91fae009634dd0875a5b0162.tar.gz |
Allow the Windows build to use upto 2GB of heap.
src/w32heap.c (allocate_heap) [USE_LISP_UNION_TYPE || USE_LSB_TAG]:
New version that can reserve upto 2GB of heap space.
etc/NEWS: Mention the new feature.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -139,6 +139,11 @@ starting from the first line of text below the header line. ** The nextstep port can have different modifiers for the left and right alt/option key by customizing the value for ns-right-alternate-modifier. +** The MS-Windows port can now use more than 500MB of heap. +Depending on the available virtual memory, Emacs on Windows can now +have up to 2GB of heap space. This allows, e.g., to visit several +large (> 256MB) files in the same session. + * Installation Changes in Emacs 23.2 |