[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: "memory full" during redisplay
From: |
Eli Zaretskii |
Subject: |
Re: "memory full" during redisplay |
Date: |
Wed, 10 Dec 2014 18:10:17 +0200 |
> Date: Tue, 09 Dec 2014 22:47:52 -0800
> From: Paul Eggert <address@hidden>
> CC: address@hidden
>
> Eli Zaretskii wrote:
> > Because that memory reserve is not enough in the use cases I'm talking
> > about. The code needs more than just that reserve.
>
> How about if we reserve more memory? That should be a simple change.
How will we know how much to reserve? Eventually, there could be a
request for more than we reserved, and we are back to square one.