emacs-devel
[Top][All Lists]
Advanced

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

Re: dumped_data_commit: memory exhausted


From: cg
Subject: Re: dumped_data_commit: memory exhausted
Date: Mon, 18 May 2015 23:27:50 +0800
User-agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0

On 5/18/2015 10:19 PM, Eli Zaretskii wrote:
Date: Mon, 18 May 2015 08:32:30 +0200
From: martin rudalics <address@hidden>

An attempt to bootstrap trunk on Windows XP currently fails here as

[...]

Doesn't happen to me, strangely.  But it could be borderline.


It happened to me. I guess it depends on the toolchain. I am using
msys2 64-bit with the latest updates.

Suggestions welcome.

Like it says: enlarge the size of dumped_data[] array.


Right. I made a change to src/w32heap.c (the value is arbitrarily chose):

- # define DUMPED_HEAP_SIZE (18*1024*1024)
+# define DUMPED_HEAP_SIZE (28*1024*1024)

then the build went through.

--
cg





reply via email to

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