S3-Uploads icon indicating copy to clipboard operation
S3-Uploads copied to clipboard

E_ERROR: Allowed Memory Exhausted

Open amirHizkiya opened this issue 1 year ago • 3 comments

I know manual installations aren't supported anymore, I just wanted to check if this was a known issue with an older version (3.0.3)?

An error of type E_ERROR was caused in line 121 of the file vendor/aws/aws-sdk-php/src/Endpoint/PartitionEndpointProvider.php. Error message: Allowed memory size of 2147483648 bytes exhausted

I'm assuming I should update the AWS library?

Other note: Im not the most familiar with Composer, but if I install plugin locally on on my machine, could I technically just zip it and upload it to my site as a plugin?

amirHizkiya avatar Dec 05 '24 21:12 amirHizkiya

Try to add this line in wp-config.php

define( 'WP_MEMORY_LIMIT', '512M');

@amirHizkiya

anhducbkhn avatar Dec 12 '24 04:12 anhducbkhn

Ill try it. thanks!

amirHizkiya avatar Dec 16 '24 21:12 amirHizkiya

define( 'WP_MEMORY_LIMIT', '512M');

This didn't work :(

amirHizkiya avatar Dec 27 '24 22:12 amirHizkiya

Closing this as an old issue, please reopen if you still need help.

VlasicVojislav avatar Aug 20 '25 12:08 VlasicVojislav