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

[WordPress] Memory Limit 40M #1699

Open
manashjyotix opened this issue Oct 28, 2024 · 1 comment
Open

[WordPress] Memory Limit 40M #1699

manashjyotix opened this issue Oct 28, 2024 · 1 comment
Assignees
Labels
how-to How to issues reported by users triage Triage is needed wordpress

Comments

@manashjyotix
Copy link

Describe your issue as much as you can

I tried to increase the WP Memory Limit using the following changes WP-Config.PHP, PHP.ini, .user.ini, .htaccess in the wordpress directory. It's not working. Then I use FTP "/opt/bitnami/php/etc" php.ini I added

; PHP Memory Limit
memory_limit = 2048M
wp_memory_limit = 2048M

; PHP Maximum Execution Time
max_execution_time = 300

; PHP Max Input Time
max_input_time = 600

; Upload and Post Limits
upload_max_filesize = 2048M
post_max_size = 2048M

but WordPress memory not changed. Help me, Thank you

@manashjyotix manashjyotix added the how-to How to issues reported by users label Oct 28, 2024
@github-actions github-actions bot added the triage Triage is needed label Oct 28, 2024
@jotamartos
Copy link
Collaborator

Then I use FTP "/opt/bitnami/php/etc" php.ini I added

Please note that some of those parameters are already in the file, you do not need to add them, just modify the values. Remember to restart the services after making the changes

sudo /opt/bitnami/ctlscript.sh restart

@jotamartos jotamartos changed the title WordPress Memory Limit 40M [WordPress] Memory Limit 40M Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
how-to How to issues reported by users triage Triage is needed wordpress
Projects
None yet
Development

No branches or pull requests

3 participants