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

Out of memory error after switching themes #527

Open
mikelittle opened this issue Jul 21, 2022 · 1 comment
Open

Out of memory error after switching themes #527

mikelittle opened this issue Jul 21, 2022 · 1 comment
Labels
bug Existing functionality isn't behaving as expected

Comments

@mikelittle
Copy link
Contributor

Steps to reproduce:

  1. Newly installed altis v12-beta1 php 8.0
  2. installed twentytwentytwo theme
  3. Activated theme
  4. Got 500 error in browser. On invesitgation this was an out of memory error.

I expected the theme to activate without an error

See log entry below:

altis-upgrade-test-php  | [21-Jul-2022 13:55:36 UTC] PHP Fatal error:  Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes) in /usr/src/app/vendor/humanmade/wp-redis/object-cache.php on line 627
altis-upgrade-test-php  | [21-Jul-2022 13:55:36 UTC] PHP Fatal error:  Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes) in /usr/src/app/vendor/humanmade/aws-xray/inc/namespace.php on line 90
altis-upgrade-test-php  | [21-Jul-2022 13:55:36 UTC] PHP Fatal error:  Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes) in Unknown on line 0

Note. Activating a second time went ok. with no error. This may be a transient issue

@mikelittle mikelittle added the bug Existing functionality isn't behaving as expected label Jul 21, 2022
@mikelittle mikelittle changed the title Outo of memory erro after switching themes Out of memory error after switching themes Jul 21, 2022
@mikelittle
Copy link
Contributor Author

mikelittle commented Jul 21, 2022

The issue may not be directly relat4ed to switching themes. Further out of memory errors occured during testing

altis-upgrade-test-php  | [21-Jul-2022 16:27:41 UTC] PHP Fatal error:  Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes) in /usr/src/app/wordpress/wp-includes/blocks.php on line 182
altis-upgrade-test-php  | [21-Jul-2022 16:27:41 UTC] PHP Fatal error:  Allowed memory size of 134217728 bytes exhausted (tried to allocate 4096 bytes) in /usr/src/app/vendor/humanmade/ludicrousdb/ludicrousdb/includes/class-ludicrousdb.php on line 1521
altis-upgrade-test-php  | [21-Jul-2022 16:27:41 UTC] PHP Fatal error:  Allowed memory size of 134217728 bytes exhausted (tried to allocate 4096 bytes) in /usr/src/app/vendor/humanmade/aws-xray/inc/namespace.php on line 92
altis-upgrade-test-php  | [21-Jul-2022 16:27:41 UTC] PHP Fatal error:  Allowed memory size of 134217728 bytes exhausted (tried to allocate 4096 bytes) in Unknown on line 0
altis-upgrade-test-php  | [21-Jul-2022 16:27:42 UTC] PHP Fatal error:  Allowed memory size of 134217728 bytes exhausted (tried to allocate 4096 bytes) in /usr/src/app/vendor/yoast/wordpress-seo/wp-seo-main.php on line 77
altis-upgrade-test-php  | [21-Jul-2022 16:27:42 UTC] PHP Fatal error:  Allowed memory size of 134217728 bytes exhausted (tried to allocate 4096 bytes) in /usr/src/app/vendor/humanmade/aws-xray/inc/namespace.php on line 92

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Existing functionality isn't behaving as expected
Projects
None yet
Development

No branches or pull requests

1 participant