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)
commit3bb756449b2ddca8e059d011af2e732c857c61d7
tree8813d31a9fd9d6247b7b07b1e80c2afca0731caf
parent11da3a7f84f19c26da6f86af878298694ede0804
PM / hibernate: Documentation: fix image_size default value

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