You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
but WordPress memory not changed. Help me, Thank you
The text was updated successfully, but these errors were encountered: