- Issue created by @aitala
- 🇮🇳India abhiyanshu_rawat
Hi @aitala
The site is running on version 10.2.7, and after updating to version 3.2.0, the memory allocation error likely occurs because newer versions sometimes include performance improvements and bug fixes that could reduce memory usage.I think the solution for this is to increase the PHP memory limit. Here are the steps:
- Locate your php.ini file.
- Increase the PHP Memory Limit:
- Edit the file and look for the line that sets memory_limit.
- Increase this value to a higher limit. For example, change memory_limit = 500M to memory_limit = 1024M (for 1GB of memory).
- Save the file and restart the web server for the changes to take effect.
- Confirm the new memory_limit value using a PHP info file (phpinfo.php).
Hope this works !
- Status changed to Needs review
5 months ago 7:45am 24 June 2024 - 🇮🇳India bharath-kondeti Hyderabad
@aitala
I don't see any issue post the upgrade of the module. It just enables the media library module using hook_update. It should be not due to the upgrade of this module. - 🇺🇸United States aitala
Hi,
I think you are correct... there was another change at the same time that I thought would not have affected the site, but did.
You can kill this report..
Thanks,
Eric