Skip to content

Commit

Permalink
Updated README on how to set maxheap size
Browse files Browse the repository at this point in the history
  • Loading branch information
kstyrc committed May 31, 2016
1 parent 8657d85 commit db9a01b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ RedisServer redisServer = RedisServer.builder()
.slaveOf("locahost", 6378)
.setting("daemonize no")
.setting("appendonly no")
.setting("maxheap 128M")
.build();
```

Expand Down

0 comments on commit db9a01b

Please sign in to comment.