Handling Large WordPress Import/Export Files (WXR)
- Share /
- Troubleshooting, Wordpress / 6.29.09 / 1 Comment / /
If your having issues importing a large (more than 20MB) WordPress XML File (WXR) you can fix it by increasing the amount of memory PHP is allowed. Here’s how:
- Open up your wp-config.php file
- Add the following line:
define('WP_MEMORY_LIMIT', '96M');
The WP_MEMORY_LIMIT option allows you to specify the maximum amount of memory that can be consumed by PHP.















Valuable Internet Information » Handling Large WordPress Import/Export Files (WXR) | kevinleary.net / 7.6.09 / 2:09 PM
[...] More: Handling Large WordPress Import/Export Files (WXR) | kevinleary.net [...]