logsearch / logsearch-boshrelease

A BOSH-scalable Elasticsearch+Logstash+Kibana release
http://www.logsearch.io
Apache License 2.0
57 stars 46 forks source link

Added support for configuring redis memory settings #205

Closed stoyanr closed 8 years ago

stoyanr commented 8 years ago

We would like to be able to configure the Redis memory settings for the queue job, in particular the 2 properties maxmemory and maxmemory-policy. We had actual issues with Redis consuming too much memory in some of our deployments. Without being able to specify these settings, we wouldn't be able to solve them.

cromega commented 8 years ago

Would you make it clear in the job spec that the NINETY_PERCENT_OF_RAM is a kind of magic value? Just in case someone wonders how it makes a useable configuration value in a deployment.

stoyanr commented 8 years ago

I added that now, plus a bit more information and an example.

cromega commented 8 years ago

thanks!