Skip to content

Commit

Permalink
Call out that the user needs temporary space for writing large files.
Browse files Browse the repository at this point in the history
Fixes #88.
  • Loading branch information
jacobsa committed Jul 9, 2015
1 parent f6f3363 commit 69a3617
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -120,6 +120,11 @@ due to the staging of data in a local temporary file, as discussed above.

[issue-22]: https://github.com/GoogleCloudPlatform/gcsfuse/issues/22

Note that new and modified files are also fully staged in the local temporary
directory until they are written out to GCS due to being closed or fsync'd.
Therefore the user must ensure that there is enough free space available to
handle staged content when writing large files.

## Rate limiting

If you would like to rate limit traffic to/from GCS in order to set limits on
Expand Down

0 comments on commit 69a3617

Please sign in to comment.