-
Notifications
You must be signed in to change notification settings - Fork 6
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
Insufficient file write buffer will throw an exception. #9
Comments
Hi, it looks like more a I don't see on what I could help |
Perhaps you can replace this package or update it? At present, I have temporarily replaced it with the brotli extension, but my project is open source and I don't want the deployer to need to install this extension. |
If we can figure out if a new version fixes that, we can change the minimum version requirement yes, I still think this is related to a specific environment 🤔 and maybe not something that could be just "fixed" on lib side |
I also think so, because if an exception is thrown with just 7Mb data, it feels abnormal, but I really cannot solve this problem. I tried using the method provided by ChatGPT to modify the code of the software package and set the buffer size, but it didn't work. |
fwrite(): Send of 7703457 bytes failed with errno=0
/vendor/symfony/process/Pipes/AbstractPipes.php line 131
The text was updated successfully, but these errors were encountered: