- /
- /
- /
[VIDEOPRO] Fatal error: Allowed memory size
Sometimes, you encounter this message while installing the VideoPro theme, plugins or importing the sample data:
Fatal error: Allowed memory size of … bytes exhausted
Please add the following code to wp-config.php file in your wordpress folder to fix it. We recommend up to 256MB of memory limit for VideoPro:
define( 'WP_MEMORY_LIMIT', '256M' ); define( 'WP_MAX_MEMORY_LIMIT', '256M' );
You also contact hosting provider so they help you in increasing these limits.