Skip to content
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

Open
coolxitech opened this issue Mar 5, 2024 · 4 comments
Open

Insufficient file write buffer will throw an exception. #9

coolxitech opened this issue Mar 5, 2024 · 4 comments

Comments

@coolxitech
Copy link

fwrite(): Send of 7703457 bytes failed with errno=0

/vendor/symfony/process/Pipes/AbstractPipes.php line 131

@vdechenaux
Copy link
Owner

Hi,

it looks like more a symfony/process issue, or maybe an issue related to your environment.

I don't see on what I could help

@coolxitech
Copy link
Author

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.

@vdechenaux
Copy link
Owner

If we can figure out if a new version fixes that, we can change the minimum version requirement yes,
otherwise the requirement is quite permissive and a correct version can be enforced by composer.lock on your side, already

I still think this is related to a specific environment 🤔 and maybe not something that could be just "fixed" on lib side

@coolxitech
Copy link
Author

coolxitech commented Mar 6, 2024

If we can figure out if a new version fixes that, we can change the minimum version requirement yes, otherwise the requirement is quite permissive and a correct version can be enforced by composer.lock on your side, already

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants