We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.1.14
Valet
macOS
I have 5000+ files in storage/framework/views.
storage/framework/views
when I run php artisan optimize:clear my system runs multiple processes and uses full memory and CPU.
php artisan optimize:clear
Before php artisan optimize:clear After php artisan optimize:clear
No response
The text was updated successfully, but these errors were encountered:
maybe your app run recursive function inside providers somewhere, my problem also like that if i remove collection loop and it stop
Sorry, something went wrong.
In my app run No recursive function inside providers
I have the same problem.
Version 0.1.15 was just released with a potential fix to this issue, can you update and see if this resolves the CPU spike?
joetannenbaum
Successfully merging a pull request may close this issue.
Extension Version
0.1.14
PHP Binary
Valet
Operating System
macOS
What happened?
I have 5000+ files in
storage/framework/views
.when I run
php artisan optimize:clear
my system runs multiple processes and uses full memory and CPU.Before
php artisan optimize:clear
After
php artisan optimize:clear
Mimimal Code Sample
No response
The text was updated successfully, but these errors were encountered: