Skip to content

Commit

Permalink
Merge 4201f3d into 7b5baa1
Browse files Browse the repository at this point in the history
  • Loading branch information
mitar committed Dec 31, 2023
2 parents 7b5baa1 + 4201f3d commit 0f241bc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions options.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,6 @@ func DefaultOptions(path string) Options {
// Benchmark code can be found in table/builder_test.go file
ZSTDCompressionLevel: 1,

// Nothing to read/write value log using standard File I/O
// MemoryMap to mmap() the value log files
// (2^30 - 1)*2 when mmapping < 2^31 - 1, max int32.
// -1 so 2*ValueLogFileSize won't overflow on 32-bit systems.
ValueLogFileSize: 1<<30 - 1,
Expand Down

0 comments on commit 0f241bc

Please sign in to comment.