hi , am trying to import through this command in terminal php artisan scout:import App\Models\ArticleModel . the data is not more than 8800 entries . after running the command am getting error:
mmap() failed: [12] Cannot allocate memory
Symfony\Component\ErrorHandler\Error\FatalError
Out of memory (allocated 348942336) (tried to allocate 2056192 bytes)
at vendor/laravel/framework/src/Illuminate/Database/Connection.php:421
hi , am trying to import through this command in terminal php artisan scout:import App\Models\ArticleModel . the data is not more than 8800 entries . after running the command am getting error: mmap() failed: [12] Cannot allocate memory
Symfony\Component\ErrorHandler\Error\FatalError
Out of memory (allocated 348942336) (tried to allocate 2056192 bytes)
at vendor/laravel/framework/src/Illuminate/Database/Connection.php:421
mmap() failed: [12] Cannot allocate memory
mmap() failed: [12] Cannot allocate memory
please help