diff --git a/integration_tests/commands/resp/setup.go b/integration_tests/commands/resp/setup.go index d912212db..7757e50f5 100644 --- a/integration_tests/commands/resp/setup.go +++ b/integration_tests/commands/resp/setup.go @@ -116,6 +116,8 @@ func fireCommandAndGetRESPParser(conn net.Conn, cmd string) *clientio.RESPParser func RunTestServer(wg *sync.WaitGroup, opt TestServerOptions) { config.DiceConfig.Network.IOBufferLength = 16 config.DiceConfig.Persistence.WriteAOFOnCleanup = false + + // #1261: Added here to prevent resp integration tests from failing on lower-spec machines config.DiceConfig.Memory.KeysLimit = 2000 if opt.Port != 0 { config.DiceConfig.AsyncServer.Port = opt.Port