Skip to content
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

Use PHP memory limit setting for CentOS/RHEL #75

Closed
wants to merge 1 commit into from

Conversation

replaceafill
Copy link

Connected to #65

lineinfile:
path: /etc/opt/rh/rh-php{{ php_version }}/php.ini
regexp: '^memory_limit'
line: 'memory_limit = 512M'
line: 'memory_limit = {{ atom_pool_php_memory_limit }}'
Copy link
Member

Choose a reason for hiding this comment

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

@replaceafill, we need to do some extra changes on php.ini and I found this PR. I think we should allow this modification in Ubuntu too and have different values for the pool and php.ini. Please, let me know your thoughts, I could take it if you want ;)

Copy link
Author

Choose a reason for hiding this comment

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

@jraddaoui I discussed this with @mamedin and realized it's not the right approach for the issue. So I think we should close this one if that's OK with you (I forgot to close it a few weeks ago).

Copy link
Member

Choose a reason for hiding this comment

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

Sounds good, I'll chat with @mamedin too, thanks!

@jraddaoui jraddaoui closed this Apr 13, 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.

2 participants