Skip to content

Commit

Permalink
Address basho/leveldb issue 177, unit test failure on freebsd
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewVon committed Feb 21, 2016
1 parent 7d13128 commit 1fb71ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions util/cache2_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ class CacheTest {
: double_cache_(options_)
{
current_ = this;
gFlexCache.SetTotalMemory((120+kCacheSize)*kOneMeg);
double_cache_.ResizeCaches();
cache_=double_cache_.GetBlockCache();
file_=double_cache_.GetFileCache();
}
Expand Down

0 comments on commit 1fb71ce

Please sign in to comment.