Export Failed. Allowed memory size of xxxxxxxx bytes exhausted ← Export This error comes from loading more into memory than what you set up PHP to handle in one process. You can increase the memory limit in php.ini ini_set('memory_limit', '256M'); In our development, we have the memory limit set to 128M.