summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2011-04-29 17:23:44 +0300
committerEli Zaretskii <eliz@gnu.org>2011-04-29 17:23:44 +0300
commitfab624aa3a159b3d91fae009634dd0875a5b0162 (patch)
tree564eeadecadf82edd897b3b1d43e2058ce9820fc /etc
parentb1c07b7b76ee4ae685e491f4e98129a77d8c18a9 (diff)
downloademacs-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/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b9743649b93..c3e746127f1 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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