mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 00:55:55 +00:00
Set low map size for 32-bit
This commit is contained in:
parent
2394d36108
commit
ebc4d7fc13
1 changed files with 1 additions and 0 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue