This commit is contained in:
Steven Conaway 2018-07-03 11:44:37 -07:00 committed by GitHub
parent e74fd60201
commit 15fa95550b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -432,7 +432,7 @@ Consider some scenarios where files in a container are modified.
writes the changes to the new copy of the file in the container layer.
However, OverlayFS works at the file level rather than the block level. This
means that all OverlayFS copy_up operations copy the entire file, even if the\
means that all OverlayFS copy_up operations copy the entire file, even if the
file is very large and only a small part of it is being modified. This can
have a noticeable impact on container write performance. However, two things
are worth noting: