All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] makedumpfile: calculate the size of cyclic buffer automatically.
@ 2012-11-09  7:02 Atsushi Kumagai
  2012-11-09  7:02 ` [PATCH 1/3] Add get_free_memory_size() to get the amount of free memory Atsushi Kumagai
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Atsushi Kumagai @ 2012-11-09  7:02 UTC (permalink / raw)
  To: kexec

Hello,

I made the patch set based on v1.5.1-beta to calculate the size of cyclic 
buffer automatically.

In v1.5.0, users have to specify the buffer size depending on system memory
size with --cyclic-buffer option in order to get decent performance.

This patch set avoids the inconvenience above by choosing the lesser value
of the two below as the size of cyclic buffer automatically:

  a. the size enough for storing the 1st/2nd bitmap for the whole of vmcore
  b. 80% of free memory (as safety limit)

Additionally, this patch set remove --cyclic-buffer option because I think
it has been already unnecessary.

If there is no comments, I'll merge this patch set into v1.5.1-rc.


Thanks
Atsushi Kumagai

_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-11-12  7:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-09  7:02 [PATCH 0/3] makedumpfile: calculate the size of cyclic buffer automatically Atsushi Kumagai
2012-11-09  7:02 ` [PATCH 1/3] Add get_free_memory_size() to get the amount of free memory Atsushi Kumagai
2012-11-09  7:04 ` [PATCH 2/3] Calculate the size of cyclic buffer automatically Atsushi Kumagai
2012-11-09  7:04 ` [PATCH 3/3] Remove --cyclic-buffer option Atsushi Kumagai
2012-11-09 14:17 ` [PATCH 0/3] makedumpfile: calculate the size of cyclic buffer automatically Vivek Goyal
2012-11-09 10:46   ` Lisa Mitchell
2012-11-12  7:23     ` Atsushi Kumagai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.