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?