Hey @vand_3dup,
Increase your max execution time and memory limit on the server.
OR
Add following lines into index.php and try.
ini_set('memory_limit','-1');
ini_set('max_execution_time', 0);
BTW for magento2 you should have memory_limit 4096M.
I hope it will help you!