fixed typo in util/dynamic_bloom.h

Summary:
fixed a typo in util/dynamic_bloom.h
Closes https://github.com/facebook/rocksdb/pull/2442

Differential Revision: D5242397

Pulled By: IslamAbdelRahman

fbshipit-source-id: c47fd18cc79afff6b022201a0410c0cd47626576
main
haoxiang 8 years ago committed by Facebook Github Bot
parent c217e0b9c7
commit 0f228be3bb
  1. 2
      util/dynamic_bloom.h

@ -28,7 +28,7 @@ class DynamicBloom {
// locality: If positive, optimize for cache line locality, 0 otherwise. // locality: If positive, optimize for cache line locality, 0 otherwise.
// hash_func: customized hash function // hash_func: customized hash function
// huge_page_tlb_size: if >0, try to allocate bloom bytes from huge page TLB // huge_page_tlb_size: if >0, try to allocate bloom bytes from huge page TLB
// withi this page size. Need to reserve huge pages for // within this page size. Need to reserve huge pages for
// it to be allocated, like: // it to be allocated, like:
// sysctl -w vm.nr_hugepages=20 // sysctl -w vm.nr_hugepages=20
// See linux doc Documentation/vm/hugetlbpage.txt // See linux doc Documentation/vm/hugetlbpage.txt

Loading…
Cancel
Save