0

I am trying to run the Enlightn package on my Laravel application using the following command:

php artisan enlightn

It is executing properly; however, it significantly slows down my application and sometimes even causes it to go down. After investigating, I noticed that Enlightn consumes a large amount of server memory during its execution. I checked the memory usage using the command free -m.

Could anyone kindly assist me with this issue?

  • 1
    Have you tried limiting memory consumption when executing; or increasing AWS instance type? `php -d memory_limit=512M artisan enlightn` How much memory do you have; how much is it consuming? Do you have swap enabled? – user3783243 Jul 26 '23 at 18:51
  • Yes. i have tried using memory limit but not worked. I have 4GB memory. swap is not enabled. – Pratiksha Parghi Jul 27 '23 at 10:46

0 Answers0