-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apache2::SizeLimit httpd process too big #68
Comments
Tbh I am not sure if this is having any effect on the UX, so maybe I won't bother adjusting it. |
I don't think this is an issue. So closing. Feel free to re-open. |
Noticed this has come up again https://github.com/unee-t/bugzilla-customisation/blob/master/start#L30 should be bumped to 800_000 under recommendation from dylan. However we have a balancing act with memory limits: jfhearn from #bugzilla irc channel told me if we have a lot of products/components, Bugzilla will bloat in memory usage. I am not sure how to optimise out of here, since the Perl code base is a bit of black box to me. |
This will be a growing concern as we expect to have A LOT of products and components as we scale (10s... hopefully 100s of thousands of product/components) |
Maybe we should go for memory optimized instances like the r4.large to deal with this Bugzilla symptom. https://aws.amazon.com/ec2/pricing/on-demand/ But at this stage, I don't see it interfering with UX. It just that one of the two instances cut out from time to time. |
@kaihendry I'll let you make the call on that one, let me know if/when I can help |
This is one of the things I really should get back-ported to 5, or hurry up and get 6.0 bugzilla released. c.f. https://dylanwh.tumblr.com/post/147319029597/bmo-memory-leaks |
That'll be great @dylanwh. Let me know if there's a way for us to sponsor that somehow so we can make it happen soon |
Just seen it happening again. Oddly there are no 500 in the logs but the target group IIUC will report them since the instance gets killed AFAICT.
|
This has something to do with https://github.com/unee-t/bugzilla-customisation/blob/master/start#L27
I'm going to assume the 400MB limit is being exceeded and needs to be tweaked to be a bit higher.
The text was updated successfully, but these errors were encountered: