all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: emacs-devel@gnu.org
Subject: Larger heap for the MS-Windows build
Date: Fri, 29 Apr 2011 17:36:20 +0300	[thread overview]
Message-ID: <83aaf96s63.fsf@gnu.org> (raw)

I committed to the emacs-23 branch a change that allows Emacs to have
up to 2GB of heap space (if the OS has enough virtual memory).
Previously, only about 435MB would be available, even on machines with
a lot of memory.  This is actually due to a bug: the function that
asks Windows to reserve heap was not update after Emacs switched to
the USE_LSB_TAG configuration, and so was still trying to avoid using
pointers beyond 512MB (because the Lisp tags were once using the high
bits).

This change will be soon on the trunk as well, when it is merged from
the branch.

Please report any abnormalities you spot in memory usage.  If you
happen to need to visit large files, by all means do and see if
everything works as expected.  (You should be able to visit files up
to 512MB with the Windows build of Emacs.)



                 reply	other threads:[~2011-04-29 14:36 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83aaf96s63.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.