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?

2
  • 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? Commented Jul 26, 2023 at 18:51
  • Yes. i have tried using memory limit but not worked. I have 4GB memory. swap is not enabled. Commented Jul 27, 2023 at 10:46

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.