Fix for running in a container without mem limit set on Windows; (#23297)
authorMaoni Stephens <Maoni0@users.noreply.github.com>
Mon, 18 Mar 2019 20:39:29 +0000 (13:39 -0700)
committerJan Kotas <jkotas@microsoft.com>
Mon, 18 Mar 2019 20:39:29 +0000 (13:39 -0700)
commitcf887c943bf1dee978bc863b7481686ecee8ad83
treebf48e8c1ca9a4494a7323510e1a285e835d047ec
parentf2642ad1b4c94e21a92a5e6426f7a6556551977d
Fix for running in a container without mem limit set on Windows; (#23297)

also fixing the LocalGC standalone case on Linux
src/gc/unix/cgroup.cpp
src/gc/windows/gcenv.windows.cpp
src/pal/src/misc/cgroup.cpp
src/vm/gcenv.os.cpp