Set low map size for 32-bit

This commit is contained in:
Cody Soyland 2018-09-19 13:37:42 -05:00
parent 2394d36108
commit ebc4d7fc13

View file

@ -498,6 +498,7 @@ func TestClusteringNodesReplica2(t *testing.T) {
// Create new main with the same config.
config = cluster[1].Command.Config
// config.Bind = cluster[1].API.Node().URI.HostPort()
config.Translation.MapSize = 100000
// this isn't necessary, but makes the test run way faster
config.Gossip.Port = strconv.Itoa(int(cluster[1].Command.GossipTransport().URI.Port))