Skip to content

How to enable only write cache? #1681

Answered by davies
mangorilla asked this question in Q&A
Discussion options

You must be logged in to vote

When upload-delay is used, JuiceFS writes the data into disk, then read them back and upload them to S3 later. So there will be some read IO on the disk.

If you want to disable cache for read, please use a small cache-size, for example, 100 , which means 100MB.

Is swap enabled on your system? Can you check how much memory is used by JuiceFS? We have fixed an issue on memory consumption in writeback mode: #1558

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@mangorilla
Comment options

@davies
Comment options

Answer selected by xiaogaozi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants