Skip to content

Process filling up temp directory on Windows #8629

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

Closed
mirkin opened this issue Aug 1, 2013 · 1 comment
Closed

Process filling up temp directory on Windows #8629

mirkin opened this issue Aug 1, 2013 · 1 comment
Labels
Good first issue Ideal for your first contribution! (some Symfony experience may be required) Process

Comments

@mirkin
Copy link

mirkin commented Aug 1, 2013

Symfony\Component\Process
I'm getting this error after running a process for a long time
A temporary file could not be opened to write the process output to, verify that your TEMP environment variable is writable
Seems to be the windows workaround in getDescriptors()
I found the problem to be 65,000 temp files created by this file in my windows temp but not removed. I have to clear these out daily.
PHP should remove the files but they slowly build up.

@cs278
Copy link
Contributor

cs278 commented Aug 16, 2013

Duplicate of #7078.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Good first issue Ideal for your first contribution! (some Symfony experience may be required) Process
Projects
None yet
Development

No branches or pull requests

3 participants