in reply to Re^4: What's happening with the Cygwin project?
in thread What's happening with the Cygwin project?

had to allocate memory to it that could not be used by Windows

I have not had to do this — at least not explicitly.
I'm currently using WSL on a fairly major project, using it as a vm for development, while the target environment is a Pi running Ubuntu.

  • Comment on Re^5: What's happening with the Cygwin project?

Replies are listed 'Best First'.
Re^6: What's happening with the Cygwin project?
by Danny (Chaplain) on Oct 29, 2024 at 16:46 UTC
    I just checked and it does seem like they can use the same RAM, although there is a default limit of 50% for wsl which can be changed in the .wslconfig file. I think the issue I was "remembering" may have been related to using docker within wsl.