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

Is there a memory limit for wsl processes? #631

Closed
timfel opened this issue Jul 5, 2016 · 3 comments
Closed

Is there a memory limit for wsl processes? #631

timfel opened this issue Jul 5, 2016 · 3 comments

Comments

@timfel
Copy link

timfel commented Jul 5, 2016

When developing on PyPy I often use large amounts of RAM. It seems I can reproducibly produce a memory error when trying os.popen during development when the memory of a running pypy process reaches ~3GB.

@xilun
Copy link

xilun commented Jul 5, 2016

There have been other issues where, IIRC, it was told that it is related to the (probably max) size of the Windows swap file. Do not take my word for it, but if you happen to have ~ 3G there, then I'm probably remembering correctly :)

@stehufntdev
Copy link
Collaborator

Looks related to #597.

@benhillis
Copy link
Member

I made a lot of changes regarding how commit is handled in WSL. The end result is that out of memory errors should happen much less. Give a recent Insider build a try, if you continue to see issues please let us know.

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

No branches or pull requests

4 participants