Allowed memory size of X exhausted
-
Allowed memory size of XXX bytes exhausted (tried to allocate YY bytes)I was running my site doing some development and noticed this error a few times – coming from your plugin.
1. in ‘getPlaylists’ (class-sonaar-music-admin.php) – the get_posts is using -1, so unlimited – which is where i’m getting a problem (i changed it to 10 and don’t get an error.
2. in ‘init_my_shortcode_button’ (same file) – the get_posts is using -1 again – same change to 10 prevents the error.
Not sure why this would be using so much memory – maybe it’s loading the mp3 into memory? I don’t have the more detailed waveform enabled, so i don’t know why it would be.
Any suggestions? I like the plugin, but i think these uncaught errors may cause problems with my site.
Thanks,
Stephen
The topic ‘Allowed memory size of X exhausted’ is closed to new replies.