PM / hibernate: Documentation: fix image_size default value
authorVladimir D. Seleznev <vseleznv@altlinux.org>
Sat, 1 Sep 2018 04:51:15 +0000 (07:51 +0300)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 10 Sep 2018 10:07:06 +0000 (12:07 +0200)
This commit updates the default value of /sys/power/image_size in
the documentation.

Since ac5c24ec1e983313ef0015258fba6f630e54e7cn the `image_size' value is
set to about 2/5 of RAM, according to kernel/power/snapshot.c:

image_size = ((totalram_pages * 2) / 5) * PAGE_SIZE;

but this change was not reflected everywhere in the documentation.

Signed-off-by: Vladimir D. Seleznev <vseleznv@altlinux.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Documentation/ABI/testing/sysfs-power
Documentation/power/swsusp.txt

index 2f813d644c696d7b088616fc9ca62986ef1b5a20..18b7dc929234f625bb862a516b53004db950ee26 100644 (file)
@@ -99,7 +99,7 @@ Description:
                this file, the suspend image will be as small as possible.
 
                Reading from this file will display the current image size
-               limit, which is set to 500 MB by default.
+               limit, which is set to around 2/5 of available RAM by default.
 
 What:          /sys/power/pm_trace
 Date:          August 2006
index cc87adf44c0a0a56c425a75f1043314fe42381d3..236d1fb13640272b24a08ec9023cf2d223c10814 100644 (file)
@@ -56,7 +56,7 @@ If you want to limit the suspend image size to N bytes, do
 
 echo N > /sys/power/image_size
 
-before suspend (it is limited to 500 MB by default).
+before suspend (it is limited to around 2/5 of available RAM by default).
 
 . The resume process checks for the presence of the resume device,
 if found, it then checks the contents for the hibernation image signature.