Skip to content

Conversation

jchristi
Copy link
Contributor

@jchristi jchristi commented Mar 5, 2021

Apache HTTP configuration values for MaxRequestsPerChild and MaxKeepAliveRequests are hardcoded to 4000 and 100 respectively. My team has a need to significantly lower the MaxRequestsPerChild value to combat memory leakage issues. I made MaxKeepAliveRequests also configurable while I was at it so everything in 50-mpm-tuning.conf is now configurable via environment variables. The default values have been preserved so there should be zero impact to current users. README files have been updated to add the new config options.

@centos-ci
Copy link
Collaborator

Can one of the admins verify this patch?

2 similar comments
@centos-ci
Copy link
Collaborator

Can one of the admins verify this patch?

@centos-ci
Copy link
Collaborator

Can one of the admins verify this patch?

Copy link
Member

@phracek phracek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi jchristi, thanks for the PR! But version 7.2,7.3 and 7.4 are currently only supported. The rest is deprecated. Can you please rebase your PR with only supported versions?

@jchristi
Copy link
Contributor Author

jchristi commented Mar 8, 2021

Done, suggestions applied and removed changes to old php version images.

@phracek
Copy link
Member

phracek commented Mar 10, 2021

Thanks for the fixes. LGTM. Let's wait for tests.

[test][test-openshift]

@jchristi
Copy link
Contributor Author

The two failing tests seem to be CI infrastructure-related (permissions issues?)

@jchristi jchristi requested a review from phracek March 13, 2021 13:21
@phracek
Copy link
Member

phracek commented Mar 16, 2021

[test-openshift][test]

@phracek
Copy link
Member

phracek commented Mar 16, 2021

Issue with OpenShift 3 is here: #328

@phracek phracek merged commit 53986e8 into sclorg:master Mar 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants