Skip to content

Commit

Permalink
Non default config with parallel downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
kislaykishore committed Nov 22, 2024
1 parent 88d9c8f commit 7d5a187
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,4 +191,4 @@ spec:
fileCacheCapacity: "{{ .Values.gcsfuse.fileCacheCapacity }}"
fileCacheForRangeRead: "true"
gcsfuseLoggingSeverity: "info"
mountOptions: implicit-dirs
mountOptions: implicit-dirs,file-cache:enable-parallel-downloads:true,file-cache:parallel-downloads-per-file:100,file-cache:max-parallel-downloads:-1,file-cache:download-chunk-size-mb:10,file-cache:max-size-mb:-1

0 comments on commit 7d5a187

Please sign in to comment.