Hi
@julio_valente,
It may be memory limit issue in the server.
Check once in phpinfo.
And set
memory_limit=4096M
Or you can bypass using:
Add following line in the index.php of magento root folder.
ini_set("memory_limit","-1");
I hope it will help you!