Redis Masterclass: Part One - Configuration
snmaynard.com
Redis Masterclass: Part One - Configuration
1–2 of 2 posts
Re: Redis Masterclass: Part One - Configuration
#2The "Overcommit Memory" issue has bitten me in the past on production, we were running close to the wire on redis memory usage, and Redis' fork that occurs to perisist your data to disk meant that the kernel killed our main redis process.