-
Notifications
You must be signed in to change notification settings - Fork 34
error seeding #21
Comments
I've tried with all countries and put at importer a ini_set('memory_limit', '-1'); |
the problem is with the last line of file allCountries.txt: |
Hey @carlituxman, I'll try to give it a go this week but I'm a little bit busy. Even tho, it's weird that allCountries.txt is the file that gives the error when you're trying to import the "ES" countries. |
I need to put ini_set('memory_limit' '-1') for correct execution with ES countries. |
Well, that's normal as it's an intense use. I'm not sure a You could also do |
Error after AdminSubdivionsTableSeeder |
Can you do a local edit to https://github.com/ipalaus/geonames/blob/master/src/Commands/ImportCommand.php#L234 ? Add the memory limit command after the php execution and try. |
error too [RuntimeException] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 32769 bytes) in |
Any news on this? |
I've executed php artisan geonames:import --country="ES"
and fails after a while.
here console last output:
....
Seeded: ContinentsTableSeeder
Seeded: CountriesTableSeeder
Seeded: AdminDivionsTableSeeder
Seeded: AdminSubdivionsTableSeeder
[Symfony\Component\Process\Exception\RuntimeException]
The process has been signaled with signal "11".
The text was updated successfully, but these errors were encountered: