29 Jun 2012 04:13
[RFC PATCH v2 0/10] makedumpfile: cyclic processing to keep memory consumption.
Hello, I improved prototype of cyclic processing as version 2. If there is no objection to basic idea, I want to consider the things related to performance as next step. (Concretely, buffer size and the patch set HATAYAMA-san sent a short time ago.) Version 1: http://lists.infradead.org/pipermail/kexec/2012-May/006363.html Introduction: - The purpose of cyclic processing is to fix memory consumption. - cyclic processing doesn't use temporary bitmap file, store partial bitmap data in memory only for each cycle instead. - The prototype was passed the regression test which is used by every release. How to use: Specify '--cyclic' option, then makedumpfile works cyclically. Example: $ makedumpfile --cyclic -cd31 vmcore testdump.cd31 Copying data : [ 5 %] Excluding free pages : [100 %] ... Excluding free pages : [100 %] Copying data : [100 %](Continue reading)
RSS Feed