nnjeim / world

A Laravel package which provides a list of the countries, states, cities, currencies, timezones and languages.
MIT License
737 stars 104 forks source link

Allowed memory size of 134217728 bytes exhausted (tried to allocate 32768 bytes) #60

Closed hafizSiddiq7675 closed 12 months ago

hafizSiddiq7675 commented 1 year ago

When trying to seed the database, it is causing error like Allowed memory size of 134217728 bytes exhausted (tried to allocate 32768 bytes)

nnjeim commented 1 year ago

@hafizSiddiq7675 please try to increase the memory in php.ini

VictorBassey-web commented 10 months ago

I increased mine to memory_limit = 1024M but it still doesn’t work Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes)

Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes) in vendor/nnjeim/world/src/Actions/SeedAction.php on line 119

ahmadyousefdev commented 9 months ago

@nnjeim Just a suggestion, Can you chunk the seeding process, this way it might work without the need to increase the memory_limit converting the seeding file into multiple files can make it work too..