** Changed in: linux-aws (Ubuntu Xenial)
Status: In Progress => Fix Committed
** Changed in: linux-aws (Ubuntu Bionic)
Status: In Progress => Fix Committed
** Changed in: linux-aws (Ubuntu Cosmic)
Status: In Progress => Fix Committed
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-aws in Ubuntu.
https://bugs.launchpad.net/bugs/1803613
Title:
Improve AWS hibernation performance
Status in linux-aws package in Ubuntu:
Triaged
Status in linux-aws source package in Xenial:
Fix Committed
Status in linux-aws source package in Bionic:
Fix Committed
Status in linux-aws source package in Cosmic:
Fix Committed
Status in linux-aws source package in Disco:
Triaged
Bug description:
From: Aleksei Besogonov <[email protected]>
PM / hibernate: Speed up hibernation by batching requests
Hibernate file reading and writing submits individual IO requests for
each page of the data. This normally is not a big issue, however some
cloud computing providers meter IO by the number of requests and not by
their size. So one 4KB request counts as much as a 256KB request
towards the IOPS quota.
With this patch we opportunistically batch the requests together,
increasing performance by 20-30%.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-aws/+bug/1803613/+subscriptions
--
Mailing list: https://launchpad.net/~kernel-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~kernel-packages
More help : https://help.launchpad.net/ListHelp