[PATCH] swsusp: limit image size
authorRafael J. Wysocki <rjw@sisk.pl>
Fri, 6 Jan 2006 08:15:22 +0000 (00:15 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 6 Jan 2006 16:33:42 +0000 (08:33 -0800)
commitb3a93a255ec33a04776ec50efb30b7a99168dda2
tree9cfd05925ce0548bec68ca1544f25173e2fb177b
parentc050ca78705592d440c22055865bf4de40fe2a4c
[PATCH] swsusp: limit image size

Limit the size of the suspend image to approx.  500 MB, which should
improve the overall performance of swsusp on systems with more than 1 GB of
RAM.

It introduces the constant IMAGE_SIZE that can be set to the preferred size
of the image (in MB) and modifies the memory-shrinking part of swsusp to
take this constant into account (500 is the default value of IMAGE_SIZE).

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/power/power.h
kernel/power/swsusp.c