-
Notifications
You must be signed in to change notification settings - Fork 822
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
mmap on wsl is ignoring RLIMIT_AS? #3505
Comments
My Version is : Windows10 1803 build:17134.228 I have put code here: |
Fail is here. Yes, please fill out TEMPLATE.md (with special attention to the last sentence of the first paragraph). Most important being an But in this instance, this is essentially dupe #2526. The Snippet of test golang test code at issue:
|
I have tried strace some times but it does not done despite I waited several hours. |
This bug is fixed on beta? |
Can confirm https://gist.github.com/gnaggnoyil/cda2ff5748beab3c519467eba66d80da |
This issue has been automatically closed since it has not had any activity for the past year. If you're still experiencing this issue please re-file this as a new issue or feature request. Thank you! |
Windows10 1803 build:17134
I tried build golang from source.
But it has failed on ubuntu 18.04 on WSL.
This error is caused by wrong mmap behavior.
mmap of WSL seems like does not respect RESOURCE_AS limitation.
The text was updated successfully, but these errors were encountered: