-
Notifications
You must be signed in to change notification settings - Fork 664
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
Remove the memory limit hard coded #842
Comments
I don't want to disable the memory limit in a minor version, but I've added |
thank you :) |
Keeping this around for next major version |
without:
with:
something funky is going on here if 56mb > 4gb :P |
@muglug @auroraeosrose have just ran some experiments by manually editing
looks like |
…ithout requiring --use-ini-defaults argument to be passed (#860)
Is this ever gonna change? |
There's a flag ( |
The excuse to just use the thread option is useless on windows since it doesn't support the threading with the pcntl forking model
And on windows - the 32 bit version of PHP is still in use in many places (sigh)
With the memory limit commented out, everything works fine.
If you're absolutely sure you need to police people - I'd recommend making the memory limit a command line option so people can override it without hacking code.
The text was updated successfully, but these errors were encountered: