From db9a01ba34ca160876cd5ece5c9cfc3e4b4a4dc0 Mon Sep 17 00:00:00 2001 From: Krzysztof Styrc Date: Tue, 31 May 2016 16:46:14 +0200 Subject: [PATCH] Updated README on how to set maxheap size --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 042f09d3..fbfac964 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ RedisServer redisServer = RedisServer.builder() .slaveOf("locahost", 6378) .setting("daemonize no") .setting("appendonly no") + .setting("maxheap 128M") .build(); ```