Title: Memory problem
Last modified: October 2, 2023

---

# Memory problem

 *  [Seath](https://wordpress.org/support/users/seath/)
 * (@seath)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/memory-problem-9/)
 *     ```wp-block-code
       [CRITICAL] : Allowed memory size of 805306368 bytes exhausted (tried to allocate 12288 bytes)
   
       Fatal error: Allowed memory size of 805306368 bytes exhausted (tried to allocate 12288 bytes) in /wp-content/plugins/amazon-s3-and-cloudfront/classes/items/item.php on line 751
       ```
   
 * Hello, I have been having problem for while with the memory and seems to be your
   plugin.
 * WP Version: 6.3.1
 * PHP Version: 8.2.10
 * WP Offload Media Lite Version 3.2.5 
 * PHP Memory Limit: 768M
 * Thank you

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/memory-problem-9/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/memory-problem-9/page/2/?output_format=md)

 *  Plugin Support [Delicious Brains Support](https://wordpress.org/support/users/dbisupport/)
 * (@dbisupport)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/memory-problem-9/#post-17095204)
 * Hi [@seath](https://wordpress.org/support/users/seath/)!
 * WP Offload Media Support Team here. Thanks for reaching out with your query! 
   We would be happy to assist.
 * It seems you’re running out of memory. Could you try increasing it to 1024M to
   see if it helps?
 * [https://deliciousbrains.com/wp-migrate-db-pro/doc/memory-issues/#wordpress-memory-limit](https://deliciousbrains.com/wp-migrate-db-pro/doc/memory-issues/#wordpress-memory-limit)
 *  Plugin Author [Delicious Brains](https://wordpress.org/support/users/deliciousbrains/)
 * (@deliciousbrains)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/memory-problem-9/#post-17095582)
 * Hey [@seath](https://wordpress.org/support/users/seath/),
 * This piqued my interest.
 * Do you have a large number of image sizes generated for each Media Library item?
 * Are you seeing this error only on specific pages, maybe where there is a large
   number of images being displayed?
 * -IJ
 *  Thread Starter [Seath](https://wordpress.org/support/users/seath/)
 * (@seath)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/memory-problem-9/#post-17096246)
 * [@dbisupport](https://wordpress.org/support/users/dbisupport/) I did increased
   the memory to 1024M and I will let you know. I already increased the memory from
   256M to 768M because of that, so I am not confident this will help.
 * [@deliciousbrains](https://wordpress.org/support/users/deliciousbrains/) The 
   entire site is about 4.5GB with +/- 7000 original images. Each images has 5 generate
   images + original. Each image isn’t more then 1.2MB I use smush for image processing.
 * My pages with images are set in lazy load slide show. Only two images load when
   you visit the page, then each image preloads as you go thru the slide show. So
   there really isn’t a page where you get dumped with 100’s of images at the same
   time.
 * I have tried to trigger the error myself, but I am not having success. It’s almost
   like a magic trick. I can do something in admin and it pups up. Then when I try
   to replicated it nothing! Same thing with front end. I look through pages and
   it will show up. Minute latter when I am replicating the steps nothing.
 *  Thread Starter [Seath](https://wordpress.org/support/users/seath/)
 * (@seath)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/memory-problem-9/#post-17097488)
 * [@dbisupport](https://wordpress.org/support/users/dbisupport/) Still there …..
 *     ```wp-block-code
       Oct 03, 14:28:53
       [CRITICAL] : Allowed memory size of 1073741824 bytes exhausted (tried to allocate 20480 bytes)
   
   
       Oct 03, 14:28:53
   
       Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 20480 bytes) in /wp-content/plugins/amazon-s3-and-cloudfront/classes/items/item.php on line 751
   
       Oct 03, 14:27:39
   
       [CRITICAL] : Allowed memory size of 1073741824 bytes exhausted (tried to allocate 20480 bytes)
   
   
       Oct 03, 14:27:39
   
       Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 20480 bytes) in /wp-includes/functions.php on line 650
       ```
   
 *  Plugin Author [Delicious Brains](https://wordpress.org/support/users/deliciousbrains/)
 * (@deliciousbrains)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/memory-problem-9/#post-17098582)
 * The line of code where it’s having issues relates to unserializing the `extra_info`
   field from a `wp_as3cf_items` database record.
 * This suggests to me that something has maybe saved a huge lump of data to a `
   wp_as3cf_items` record’s `extra_info` field, or there’s something weird going
   on with the `unserialize()` function, maybe due to some wayward data saved to
   the `extra_info` field.
 * I would suggest that the first thing to check is whether there are any `wp_as3cf_items`
   records that do not have the expected data.
 * Try running the following SQL query to see how many records don’t have the expected
   data format:
 *     ```wp-block-code
       SELECT COUNT(*)
       FROM wp_as3cf_items
       WHERE extra_info NOT LIKE '%__as3cf_primary%'
       ;
       ```
   
 * Adjust as necessary depending on your database’s table prefix.
 * If you get a count of more than 0, then there’s something weird going on and 
   you should investigate which records are affected, and why.
 * If nothing comes back, then you’ll need to look elsewhere for the cause, assuming
   you can’t see any obviously weird records in the `wp_as3cf_items` table.
 * In that scenario, check out any plugins that have recently been added or updated,
   maybe temporarily deactivate them one by one until the problem is resolved, and
   switch to a stock WordPress theme.
 * Ideally do this investigation on a clone of the site that also has the issues(
   I’m assuming this is a production site issue).
 * -IJ
 *  Thread Starter [Seath](https://wordpress.org/support/users/seath/)
 * (@seath)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/memory-problem-9/#post-17099364)
 * The count came as 2233
 * I will look in the records but there is “Showing rows 0 – 24 (4519 total, Query
   took 0.0002 seconds.)” And I am not sure what to look for. So this may take for
   awhile.
 *  Thread Starter [Seath](https://wordpress.org/support/users/seath/)
 * (@seath)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/memory-problem-9/#post-17121858)
 * [@deliciousbrains](https://wordpress.org/support/users/deliciousbrains/) Hello,
   I have been looking through the tables and I don’t see anything as far as I can
   tell, they all look pretty much the same. Just records for each image.
 * Any advice? Thanks.
 *  Plugin Support [Delicious Brains Support](https://wordpress.org/support/users/dbisupport/)
 * (@dbisupport)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/memory-problem-9/#post-17128665)
 * Hi [@seath](https://wordpress.org/support/users/seath/),
 * Thank you for the update.
 * Would it be okay to share with us an export of some of the results from this 
   query?
 *     ```wp-block-code
       SELECT * FROM wp_as3cf_items WHERE extra_info NOT LIKE '%__as3cf_primary%' ;
       ```
   
 * You may omit any sensitive data.
 *  Thread Starter [Seath](https://wordpress.org/support/users/seath/)
 * (@seath)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/memory-problem-9/#post-17129591)
 * [@dbisupport](https://wordpress.org/support/users/dbisupport/) thank you for 
   your reply. I have no problem give it to you, but I can’t post it here. There
   is over 2000 lines in the export result. Please let me know where I can send 
   it to you.
 * Thanks.
 *  Thread Starter [Seath](https://wordpress.org/support/users/seath/)
 * (@seath)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/memory-problem-9/#post-17138749)
 * [@deliciousbrains](https://wordpress.org/support/users/deliciousbrains/) [@dbisupport](https://wordpress.org/support/users/dbisupport/)
   How can I sent you the file with the result? Thanks.
 *  Plugin Support [Delicious Brains Support](https://wordpress.org/support/users/dbisupport/)
 * (@dbisupport)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/memory-problem-9/#post-17162835)
 * Hi [@seath](https://wordpress.org/support/users/seath/),
 * You may send just a few of those records, so we can check.
 *  Thread Starter [Seath](https://wordpress.org/support/users/seath/)
 * (@seath)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/memory-problem-9/#post-17164026)
 *     ```wp-block-code
       1	aws	us-west-2	cdn.site.net	WP/wp-content/uploads/2019/11/13203156/Petrifying-Stories-1.jpg	WP/wp-content/uploads/2019/11/13203156/Petrifying-Stories-1.jpg	0	media-library	24765	2019/11/Petrifying-Stories-1.jpg	2019/11/Petrifying-Stories-1.jpg	a:1:{s:13:"private_sizes";a:1:{s:13:"private_sizes";a:0:{}}}	0	1	
   
       2	aws	us-west-2	cdn.site.net	WP/wp-content/uploads/2019/11/14211424/Automate-and-Subcontract.jpg	WP/wp-content/uploads/2019/11/14211424/Automate-and-Subcontract.jpg	0	media-library	24772	2019/11/Automate-and-Subcontract.jpg	2019/11/Automate-and-Subcontract.jpg	a:1:{s:13:"private_sizes";a:1:{s:13:"private_sizes";a:0:{}}}	0	1	
   
       225	aws	us-west-2	cdn.site.net	WP/wp-content/uploads/2020/01/29202020/A-Fence-of-Inevitability-1.jpg	WP/wp-content/uploads/2020/01/29202020/A-Fence-of-Inevitability-1.jpg	0	media-library	25238	2020/01/A-Fence-of-Inevitability-1.jpg	2020/01/A-Fence-of-Inevitability-1.jpg	a:1:{s:13:"private_sizes";a:1:{s:13:"private_sizes";a:0:{}}}	0	1	
   
       226	aws	us-west-2	cdn.site.net	WP/wp-content/uploads/2020/01/30204243/A-Weaker-Great-Britain-1.jpg	WP/wp-content/uploads/2020/01/30204243/A-Weaker-Great-Britain-1.jpg	0	media-library	25241	2020/01/A-Weaker-Great-Britain-1.jpg	2020/01/A-Weaker-Great-Britain-1.jpg	a:1:{s:13:"private_sizes";a:1:{s:13:"private_sizes";a:0:{}}}	0	1	
   
       2247	aws	us-west-2	cdn.site.net	WP/wp-content/uploads/2021/10/04170758/1125-W-State-28-1.jpg	WP/wp-content/uploads/2021/10/04170758/1125-W-State-28-1.jpg	0	media-library	30664	2021/10/1125-W-State-28-1.jpg	2021/10/1125-W-State-28-1.jpg	a:2:{s:13:"private_sizes";a:0:{}s:14:"private_prefix";s:0:"";}	0	1	
   
       2248	aws	us-west-2	cdn.site.net	WP/wp-content/uploads/2022/03/05180122/Boards-and-Bars.jpg	WP/wp-content/uploads/2022/03/05180122/Boards-and-Bars.jpg	0	media-library	30669	2022/03/Boards-and-Bars.jpg	2022/03/Boards-and-Bars.jpg	a:2:{s:13:"private_sizes";a:0:{}s:14:"private_prefix";s:0:"";}	0	1	
       ```
   
 *  Plugin Author [Delicious Brains](https://wordpress.org/support/users/deliciousbrains/)
 * (@deliciousbrains)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/memory-problem-9/#post-17200004)
 * Hey [@seath](https://wordpress.org/support/users/seath/),
 * Looks like a bunch of your `as3cf_items` records have broken `extra_info` records.
 * Some of them are broken in a way that we know about, arising from an old bug (
   nested `private_sizes`), others are broken because they look to have been altered
   by something else and are no longer valid serialized values.
 * WP Offload Media has a built in fix for problems with the `extra_info` field,
   normally triggered when an offloaded item is re-saved, but the latest upgrade
   routine also checked and fixed up any broken `extra_info` fields.
 * We’ve not seen your diagnostic info, so I don’t know whether your site has run
   all the upgrade routines yet. As such, here’s the steps to try and fix the issue:
    1. Go to WP Offload Media’s settings page and look for an upgrade notice at the
       top.
    2. If you see one, presumably its not running properly as it’s been a good while
       now. Please ensure your site’s cron is running, as upgrades are purely run via
       cron: [https://deliciousbrains.com/wp-offload-media/doc/cron-setup/](https://deliciousbrains.com/wp-offload-media/doc/cron-setup/)
    3. If you do not see an upgrade notice, then you’ll need to tell WP Offload Media
       to re-run the last upgrade routine. To do that, update the options record with
       option_name = “tantan_wordpress_s3” so that the bit that currently says: `s:
       17:"post_meta_version";s:2:"12";`, now says `s:17:"post_meta_version";s:2:"11";`.
    4. Be very very careful about updating that `tantan_wordpress_s3` record, it is
       a horrid serialized value format that requires the string length indicators 
       to be accurate. Probably the safest way to update that `tantan_wordpress_s3`
       record is with my WP Table Pixie plugin as it fixes minor serialized value problems
       when you save a record: [https://wordpress.org/plugins/wp-table-pixie/](https://wordpress.org/plugins/wp-table-pixie/)
    5. If you find that the `post_meta_version` is already something less than `12`,
       then do not update it to `11`, but instead go fix your cron and check why the
       notice was not being shown in WP Offload Media’s UI! 😱
 * Hopefully that’ll get the upgrade routine(s) running and you’ll eventually see
   that all the as3cf_items records are working again.
 * –IJ
 *  Thread Starter [Seath](https://wordpress.org/support/users/seath/)
 * (@seath)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/memory-problem-9/#post-17200251)
 * My cron is ruining. I did updated `s:17:"post_meta_version";s:2:"12";`, to `s:
   17:"post_meta_version";s:2:"11";` so hopefully this will fix the problem.
 * Here is the diagnostic info.
 *     ```wp-block-code
       site_url(): https://site.net
   
       home_url(): https://site.net
   
       Database Name: my_database
   
       Table Prefix: xxx_
   
       WordPress: 6.4.1
   
       Web Server: Apache
   
       PHP: 8.2.12
   
       MySQL: 5.7.44
   
       ext/mysqli: yes
   
       PHP Memory Limit: 1024M
   
       WP Memory Limit: 1024M
   
       Memory Usage: 12 MB
   
       Blocked External HTTP Requests: None
   
       WP Locale: en_US
   
       Organize offloads by month/year: Enabled
   
       WP_DEBUG: No
   
       WP_DEBUG_LOG: No
   
       WP_DEBUG_DISPLAY: Yes
   
       SCRIPT_DEBUG: No
   
       WP Max Upload Size: 8 MB
   
       PHP Time Limit: 60
   
       PHP Error Log: /home/site/logs/site_net.php.error.log
   
       WP Cron: Enabled
   
       fsockopen: Enabled
   
       allow_url_fopen: Disabled
   
       OpenSSL: OpenSSL 1.1.1w  11 Sep 2023
   
       cURL: 8.4.0
   
       Zlib Compression: Enabled
   
       PHP GD: bundled (2.1.0 compatible)
   
       Imagick: Disabled
   
       Basic Auth: Disabled
   
       Proxy: Disabled
   
   
   
       Total Media Items: 6,878
   
       Total Offloaded Media Items: 4,642
   
       Total Not Offloaded Media Items: 2,236
   
   
   
       Media Library Items: 6,878
   
       Offloaded Media Library Items: 4,642
   
       Not Offloaded Media Library Items: 2,236
   
   
   
       Number of Image Sizes: 6
   
   
   
       Names and Dimensions of Image Sizes: 
   
       thumbnail (350x250)
   
       medium (800x500)
   
       large (1500x1000)
   
       1536x1536 (1536x1536)
   
       2048x2048 (2048x2048)
   
   
   
       WP_CONTENT_DIR: /home/site/public_html/wp-content
   
       WP_CONTENT_URL: https://site.net/wp-content
   
       UPLOADS: Not defined
   
       WP_PLUGIN_DIR: /home/site/public_html/wp-content/plugins
   
       WP_PLUGIN_URL: https://site.net/wp-content/plugins
   
   
   
       AS3CF_PROVIDER: Not defined
   
       AS3CF_BUCKET: Not defined
   
       AS3CF_REGION: Not defined
   
       AS3CF_SETTINGS: Not defined
   
   
   
       Local URL:
   
       https://site.net/wp-content/uploads/2023/11/example.jpg
   
       Offload URL:
   
       https://cdn.site.net/WP/wp-content/uploads/2023/11/14050941/example.jpg
   
   
   
       OME Metadata Version: 11
   
   
   
       Custom tables:
   
       xxx_as3cf_items: Ok
   
   
   
       Storage Provider: Amazon S3
   
       Use Server Roles: Off
   
       Key File Path: N/A
   
       Access Keys Set: Yes
   
       Access Key ID Define: DBI_AWS_ACCESS_KEY_ID
   
       Secret Access Key Define: DBI_AWS_SECRET_ACCESS_KEY
   
   
   
       Bucket: cdn.site.net
   
       Region: us-west-2
   
       Block All Public Access: Disabled
   
       Object Ownership Enforced: No
   
   
   
       Offload Media: On
   
       Remove Local Media: Off
   
       Enable Add Prefix to Bucket Path: On
   
       Custom Prefix for Bucket Path: WP/wp-content/uploads/
   
       Add Year & Month to Bucket Path: On
   
       Add Object Version to Bucket Path: On
   
   
   
       Delivery Provider: Other
   
       Deliver Offloaded Media: On
   
       Use Custom Domain Name (CNAME): On
   
       Custom Domain (CNAME): cdn.site.net
   
   
   
       Force HTTPS: Off
   
   
   
       Active Theme Name: site
   
       Active Theme Version: 1.1.0
   
       Active Theme Folder: site
   
   
   
       Active Plugins:
   
       301 Redirects Pro (v6.15) by WebFactory Ltd
   
       ACF: Better Search (v4.2.0) by Mateusz Gbiorczyk
   
       AIOWPS Country Blocking Addon (v3.0.6) by Peter Petreski, WPSolutions-HQ, Site Scanners,
   
       Accessibility Widget (v2.1) by Lorna Timbah (webgrrrl)
   
       Advanced Custom Fields PRO (v6.2.2) by WP Engine
   
       All In One WP Security (v5.2.5) by All In One WP Security &amp; Firewall Team
   
       Art Of Design Real Estate (v1.0.0) by Art Of Design
   
       BBQ Firewall (v20231026) by Jeff Starr
   
       Blackhole for Bad Bots (v3.6.1) by Jeff Starr
   
       Classic Editor (v1.6.3) by WordPress Contributors
   
       Classic Widgets (v0.3) by WordPress Contributors
   
       Contact Form 7 (v5.8.2) by Takayuki Miyoshi
   
       Dashboard Widgets Suite (v3.4.2) by Jeff Starr
   
       Error Log Monitor (v1.7.7) by Janis Elsts
   
       Flamingo (v2.4) by Takayuki Miyoshi
   
       Koko Analytics (v1.3.3) by ibericode
   
       List Custom Taxonomy Widget (v4.1) by Nick Halsey
   
       Nobs • Share Buttons (v2.3.2) by Geoffrey Crofte
   
       Post SMTP (v2.8.2) by Post SMTP
   
       PublishPress Capabilities (v2.10.1) by PublishPress
   
       Smush (v3.15.0) by WPMU DEV
   
       Two Factor Authentication (v1.14.17) by David Anderson, original plugin by Oskar Hane and enhanced by Dee Nutbourne
   
       UpdraftPlus - Backup/Restore (v1.23.12) by UpdraftPlus.Com, DavidAnderson
   
       VA Simple Expires (v1.0.6) by KUCKLU &amp; VisuAlive
   
       WP Armour - Honeypot Anti Spam (v2.1.5) by Dnesscarkey
   
       WP Better Permalinks (v4.1.1) by Mateusz Gbiorczyk
   
       WP Crontrol (v1.16.0) by John Blackbourn &amp; crontributors
   
       WP Offload Media Lite (v3.2.5) by Delicious Brains
   
       WP Rollback (v1.7.3) by GiveWP.com
   
       WP Sitemap Page (v1.9.2) by Tony Archambeau
   
       WP Statistics (v14.2) by VeronaLabs
   
       WP Table Pixie (v1.2.1) by Ian M. Jones
   
       WP-Optimize - Clean, Compress, Cache (v3.2.21) by David Anderson, Ruhani Rabin, Team Updraft
   
       WordPress Importer (v0.8.1) by wordpressdotorg
   
       XML Sitemap Generator for Google (v4.1.13) by Auctollo
       ```
   
 *  Plugin Author [Delicious Brains](https://wordpress.org/support/users/deliciousbrains/)
 * (@deliciousbrains)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/memory-problem-9/#post-17206858)
 * Are you seeing the upgrading info notice in the settings page, with a percent
   complete? (assuming it hasn’t finished yet)
 * If it has finished, and the diagnostics info now say “OME Metadata Version: 12”
   again, have all the `extra_info` fields been fixed?
 * –IJ

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/memory-problem-9/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/memory-problem-9/page/2/?output_format=md)

The topic ‘Memory problem’ is closed to new replies.

 * ![](https://ps.w.org/amazon-s3-and-cloudfront/assets/icon-256x256.jpg?rev=1809890)
 * [WP Offload Media Lite for Amazon S3, DigitalOcean Spaces, and Google Cloud Storage](https://wordpress.org/plugins/amazon-s3-and-cloudfront/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/amazon-s3-and-cloudfront/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/amazon-s3-and-cloudfront/)
 * [Active Topics](https://wordpress.org/support/plugin/amazon-s3-and-cloudfront/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/amazon-s3-and-cloudfront/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/amazon-s3-and-cloudfront/reviews/)

 * 17 replies
 * 3 participants
 * Last reply from: [Delicious Brains Support](https://wordpress.org/support/users/dbisupport/)
 * Last activity: [2 years, 5 months ago](https://wordpress.org/support/topic/memory-problem-9/page/2/#post-17217250)
 * Status: not resolved