Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Reduce default bloom filter heap size for tests to run on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
dilipdevaraj-sfdc committed Jun 7, 2018
1 parent 7639453 commit 1ba2e30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ protected int getNumHoursUntilTargetHour(int targetHour){
*/
public enum Property {
SYNC_PUT("service.property.schema.sync.put", "false"),
BLOOMFILTER_EXPECTED_NUMBER_INSERTIONS("service.property.schema.bloomfilter.expected.number.insertions", "400000000"),
BLOOMFILTER_EXPECTED_NUMBER_INSERTIONS("service.property.schema.bloomfilter.expected.number.insertions", "40"),
BLOOMFILTER_ERROR_RATE("service.property.schema.bloomfilter.error.rate", "0.00001"),
/*
* Have a different configured flush start hour for different machines to prevent thundering herd problem.
Expand Down

0 comments on commit 1ba2e30

Please sign in to comment.