Skip to content

Commit

Permalink
64mb write cache
Browse files Browse the repository at this point in the history
  • Loading branch information
RickiNano committed Aug 30, 2024
1 parent be469ae commit ecfbf78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nano/store/rocksdb/rocksdb.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ class component : public nano::store::component

std::vector<::rocksdb::ColumnFamilyDescriptor> create_column_families ();

constexpr static int memtable_size_bytes = 1024ULL * 1024 * 32; // 32 MB write buffer
constexpr static int memtable_size_bytes = 1024ULL * 1024 * 64; // 64 MB write buffer

friend class nano::rocksdb_block_store_tombstone_count_Test;
friend class rocksdb_block_store_upgrade_v21_v22_Test;
Expand Down

0 comments on commit ecfbf78

Please sign in to comment.