diff options
author | Michael Niewöhner <[email protected]> | 2019-07-30 18:59:38 +0200 |
---|---|---|
committer | Matthew Ahrens <[email protected]> | 2019-07-30 09:59:38 -0700 |
commit | 85ce79bbc8cf17f100eb4ae6a0d1b1ce2e2dd9d9 (patch) | |
tree | 0d88807149003012ff6a59f3ab32fe9ef1ca74d2 /rpm | |
parent | 0eb8ba6ab68801d4b0e6280e7388514a6355fc86 (diff) |
Increase default zcmd allocation to 256K
When creating hundreds of clones (for example using containers with
LXD) cloning slows down as the number of clones increases over time.
The reason for this is that the fetching of the clone information
using a small zcmd buffer requires two ioctl calls, one to determine
the size and a second to return the data. However, this requires
gathering the data twice, once to determine the size and again to
populate the zcmd buffer to return it to userspace.
These are expensive ioctl() calls, so instead, make the default buffer
size much larger: 256K.
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: George Melikov <[email protected]>
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Michael Niewöhner <[email protected]>
Closes #9084
Diffstat (limited to 'rpm')
0 files changed, 0 insertions, 0 deletions