Skip to content

Commit

Permalink
Merge pull request #8285 from chrisvest/3.1-clustermanager
Browse files Browse the repository at this point in the history
Prevent ClusterManager from letting tests squander page cache memory by default
  • Loading branch information
burqen committed Nov 1, 2016
2 parents 20747eb + 6972c77 commit ad8d780
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -827,6 +827,7 @@ public Builder()
// with all our behavior, but we don't know about the root directory until we evaluate the rule.
commonConfig.put( ClusterSettings.heartbeat_interval.name(), constant("1") );
commonConfig.put( ClusterSettings.leave_timeout.name(), constant( "5" ) );
commonConfig.put( GraphDatabaseSettings.pagecache_memory.name(), constant( "8m" ) );
}

@Override
Expand Down

0 comments on commit ad8d780

Please sign in to comment.