Skip to content

Commit

Permalink
reducing parallelism and read request size
Browse files Browse the repository at this point in the history
  • Loading branch information
sethiay committed Jun 18, 2024
1 parent 4be768a commit 89b56e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/integration_tests/read_cache/setup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ const (
offsetEndOfFile = veryLargeFileSize - 1*util.MiB
cacheDirName = "cache-dir"
logFileNameForMountedDirectoryTests = "/tmp/gcsfuse_read_cache_test_logs/log.json"
downloadParallelismPerFile = 16
downloadParallelismPerFile = 5
maxDownloadParallelism = -1
readRequestSizeMB = 16
readRequestSizeMB = 4
enableCrcCheck = true
)

Expand Down

0 comments on commit 89b56e5

Please sign in to comment.