emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r117253: src/w32heap.c (DUMPED_HEAP_SIZE) [!_WIN64]:


From: Juanma Barranquero
Subject: [Emacs-diffs] trunk r117253: src/w32heap.c (DUMPED_HEAP_SIZE) [!_WIN64]: Reduce to 11 MB.
Date: Tue, 03 Jun 2014 22:13:27 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117253
revision-id: address@hidden
parent: address@hidden
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Wed 2014-06-04 00:13:17 +0200
message:
  src/w32heap.c (DUMPED_HEAP_SIZE) [!_WIN64]: Reduce to 11 MB.
modified:
  src/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1438
  src/w32heap.c                  w32heap.c-20091113204419-o5vbwnq5f7feedwu-810
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2014-06-03 21:00:40 +0000
+++ b/src/ChangeLog     2014-06-03 22:13:17 +0000
@@ -1,3 +1,7 @@
+2014-06-03  Juanma Barranquero  <address@hidden>
+
+       * w32heap.c (DUMPED_HEAP_SIZE) [!_WIN64]: Reduce to 11 MB.
+
 2014-06-03  Eli Zaretskii  <address@hidden>
 
        * sysselect.h (fd_CLR, fd_ISSET, fd_SET, FD_CLR, FD_ISSET)

=== modified file 'src/w32heap.c'
--- a/src/w32heap.c     2014-06-03 10:01:08 +0000
+++ b/src/w32heap.c     2014-06-03 22:13:17 +0000
@@ -117,7 +117,7 @@
 #ifdef _WIN64
 # define DUMPED_HEAP_SIZE (18*1024*1024)
 #else
-# define DUMPED_HEAP_SIZE (12*1024*1024)
+# define DUMPED_HEAP_SIZE (11*1024*1024)
 #endif
 
 static unsigned char dumped_data[DUMPED_HEAP_SIZE];


reply via email to

[Prev in Thread] Current Thread [Next in Thread]