basemkhirat / elasticsearch

The missing elasticsearch ORM for Laravel, Lumen and Native php applications
MIT License
401 stars 130 forks source link

Allowed memory size of 536870912 bytes exhausted #102

Open moazam1 opened 5 years ago

moazam1 commented 5 years ago

I am trying to reindex my data but no matter how much size I set for bulk size I always get memory error.

λ php artisan es:indices:reindex index1 index2 --bulk-size=1000 --scroll=2m 10/1641 [>---------------------------] 0% Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 6299960 bytes) in \vendor\elasticsearch\elasticsearch\src\Elasticsearch\Endpoints\Bulk.php on line 40