-
Notifications
You must be signed in to change notification settings - Fork 854
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
Bash fails to use Swap #1983
Comments
Hi @aurimus -- could you please post your Windows version, per the issue template? (You may have said it elsewhere, but it's easy for people reading this forum to lose track :-) ) Memory handling in WSL was improved a great deal between the Anniversary and Creators releases. |
@aseering done, thanks, ok, I see. When do I get the creators release as a stable user?:) |
@aurimus -- Creators is being rolled out via Windows Update as we speak :-) It's a phased roll-out, over several weeks. There's a blog post here with details; also a "download now" link if you want to get it now and it isn't showing up in your Windows Update yet: https://blogs.windows.com/windowsexperience/2017/04/11/how-to-get-the-windows-10-creators-update/ |
Thanks, have it now. Will see if this comes up again, for now closing.. |
Trying to do memory heavy operations fails due to low RAM, even though there should be plenty of Swap space available..
I tried do Rails
bundle install
but it fails with error/bundler/source/git/git_proxy.rb:162:in ``': Cannot allocate memory - git (Errno::ENOMEM)
Then I quit some programs on Windows and try again, then it succeeds. I have speedy SSD so using it as RAM is not that big problem, but it's annoying that WSL fails to unilize it.
This has happened on many other occasions using WSL.
Windows version: 1607, 14393.1066
The text was updated successfully, but these errors were encountered: