Skip to content

Commit

Permalink
diceConfig KeysLimit change for resp test server
Browse files Browse the repository at this point in the history
  • Loading branch information
vpsinghg committed Nov 10, 2024
1 parent 2e7e599 commit fd4bdbb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration_tests/commands/resp/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fd4bdbb

Please sign in to comment.