• Resolved arnab28

    (@arnab28)


    Fatal error: Out of memory (allocated 2097152) (tried to allocate 32768 bytes) in C:\xampp\htdocs\bb\wp-content\plugins\jetpack\modules\theme-tools\featured-content.php on line 616

    • This topic was modified 4 years, 10 months ago by arnab28.
Viewing 1 replies (of 1 total)
  • Plugin Support supernovia

    (@supernovia)

    Hi, in this case I’d recommend allocating more memory. In this example we’ll use 128MB, but feel free to test and use a number that works well for you and your host.

    1. If you can edit or override the system php.ini file, increase the memory limit. For example, memory_limit = 128M

    2. If you cannot edit or override the system php.ini file, add php_value memory_limit 128M to your .htaccess file.

    3. If neither of these work, it’s time to ask your hosting provider to temporarily increase PHP’s memory allocation on your account. Keep in mind that most decent hosting providers allow users to temporarily increase the memory allocation. If your hosting provider won’t accommodate you, perhaps it’s time to find a new hosting provider. We have some recommendations at https://www.ads-software.com/hosting/

    Hoping this helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Fatal error: Out of memory (allocated 2097152) (tried to allocate 32768 bytes) i’ is closed to new replies.