Skip to content

Commit

Permalink
Quick fix for hitting open file limit on osx
Browse files Browse the repository at this point in the history
  • Loading branch information
aboodman committed Feb 5, 2019
1 parent f23150f commit 4923843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/nbs/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const (
StorageVersion = "4"

defaultMemTableSize uint64 = (1 << 20) * 128 // 128MB
defaultMaxTables = 256
defaultMaxTables = 192

defaultIndexCacheSize = (1 << 20) * 8 // 8MB
defaultManifestCacheSize = 1 << 23 // 8MB
Expand Down

0 comments on commit 4923843

Please sign in to comment.