grub-devel
[Top][All Lists]
Advanced

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

[PATCH 0/1] Fix slow loading problem introduced by 887f98f0d


From: Zhang Boyang
Subject: [PATCH 0/1] Fix slow loading problem introduced by 887f98f0d
Date: Mon, 12 Sep 2022 22:19:34 +0800

Hi,

This patch should probably fix the slow loading problem introduced by
887f98f0db43 (mm: Allow dynamically requesting additional memory
regions).

Although I'm not against increasing default heap size, simply increasing
heap size may not fully fix the problem. I think the root cause is disk
caches are always invalidated when almost every malloc() after default
heap size is exhausted.

However, I havn't reproduced the problem, so I haven't tested my patch.
I would appreciate if someone can test this patch.


Best Regards,
Zhang Boyang 





reply via email to

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