0

I have an error when i'm executing Sonata's command to load the data :

php bin/load_data.php

My console return me the error

PHP Fatal error:  Allowed memory size of 134217728 bytes exhausted (tried to allocate 32 bytes) 
in /Projets/LGAV/app/bootstrap.php.cache on line 2675
An error occurs when running a command!

I don't know how to fix it...

Do you have an idea ?

Thanks

Jérôme
  • 1,966
  • 4
  • 24
  • 48

1 Answers1

1

Have you tried to increase memory limit in php.ini? memory_limit config param is 128MB by default, sometimes it could be too small value.

guillermogfer
  • 362
  • 4
  • 9