-
Notifications
You must be signed in to change notification settings - Fork 262
New issue
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
Memory error when executing cache:clear after installing friendsofsymfony/jsrouting-bundle #487
Comments
@ahmed-bhs Increase the |
Oh, thank you @Crovitche-1623 ! Do you have any recommendations for the PHP memory limit value to set? |
The higher the better. However, make sure it's no more than your system has RAM for. 1 gb should be more than enough for an ordinary website. |
@ahmed-bhs Moreover, you can install the Symfony CLI (it's just a tool) to check if your system meets all the requirements to run a Symfony App (it also checks variables in Then, once the CLI is installed, run : |
Hey there! 👋
I hope you’re doing well! I wanted to reach out because I'm facing a bit of a challenge after installing the
friendsofsymfony/jsrouting-bundle
in my Symfony 6.4 project. I've tested both versions 3.0.0 and 3.5, but I'm running into a snag.Whenever I run the cache:clear command, I get hit with the following error message:
Additional Details:
Steps to Reproduce the Issue:
The text was updated successfully, but these errors were encountered: