From ebc4d7fc13458e11e33a2f725cccbb0ec42d4dfa Mon Sep 17 00:00:00 2001 From: Cody Soyland Date: Wed, 19 Sep 2018 13:37:42 -0500 Subject: [PATCH] Set low map size for 32-bit --- server/server_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/server/server_test.go b/server/server_test.go index a15bb65e4..faca9c9d0 100644 --- a/server/server_test.go +++ b/server/server_test.go @@ -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))