Results 23 comments of kixorz

Hello @sethAmazon - What can I do to possibly move this forward?

I have confirmed through testing that with this change (and Instance Tags enabled) an autoscaling group propagating `aws:ec2launchtemplate:id` or other tags can be referenced in the config by `{tag:aws:ec2launchtemplate:id}` and...

Seems like the team doesn't want to move this forward. Maybe some communication clarity around this would help?

Hey, thanks for the question. We ran out of disk space, Sentry stopped working. When we rebooted, redis allocated all available memory on the system and the machine hung. We...

The problem is that with maxmemory 0 there is no cap on redis memory use. There are situations where redis will use all available memory - for example after the...

Thanks for the feedback. I updated the improvement to limit redis memory to 2GB using the config file. Please let me know if you have other suggestions.

0 (unlimited) is not the right default. It leads to problems and system crashes.

@williamdes I updated the docker compose file with the suggested limits. Please let me know any other feedback.

I updated the change based on your feedback. Redis is configured to use up to 2GB, the container limit is 2.5GB.