Black Friday: Up to 40% off all plans!

Offer automatically applied at checkout
Days
Hours
Minutes
Seconds

FAQs

Find answers to common questions and step-by-step solutions.

Glossary

An alphabetical list of terms and their definitions.​

Video Library

Discover our tutorials

Increasing the WordPress Memory Limit

Note: These documents refer to features and updates in the upcoming v5 release, which will be available soon. Some information may not apply to earlier versions. Stay tuned for the official launch announcement!

IN THIS ARTICLE
When planning extensive imports with Aggregator, ensure your hosting plan provides adequate memory.
Contents

When planning extensive importing with Aggregator, it’s crucial to ensure your hosting plan provides adequate memory, ideally at least 128M for PHP. Additionally, the WordPress memory limit must be configured to match your server capabilities.

To increase your WordPress memory limit, follow these steps:

  1. Access wp-config.php:
    • Navigate to your WordPress root directory using your preferred file manager or FTP client.
    • Open the wp-config.php file for editing.
  2. Edit Memory Limit:
    • Locate the line: /* That's all, stop editing! Happy blogging. */
    • Directly above this line, insert: php define('WP_MEMORY_LIMIT', '128M');
    • Adjust the value 128M if higher memory is needed for your operations.
  3. Save Changes:
    • Save the modified wp-config.php file after setting the desired memory value.

Additional Performance Tips

If you notice performance issues such as a slow site, consider staggering the import of feed items. This approach can help manage server load and maintain site responsiveness. Implement these measures to optimize your WordPress environment for smooth importing operations.

GIVE FEEDBACK

Was this article helpful?

Still stuck?

Find Your Perfect Plan

Answer a few questions, and we’ll recommend the best option for you!