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: Chris Zheng
Subject: Re: dumped_data_commit: memory exhausted
Date: Tue, 19 May 2015 00:06:56 +0800

From: cg <address@hidden>
Subject: Re: dumped_data_commit: memory exhausted
Date: Mon, 18 May 2015 23:27:50 +0800

>>> 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.
I see it, too.

>>> 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.
Maybe we should double the value?
> --
> cg



reply via email to

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