You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- Server GC reserves per-heap address-space segments up front. On a 32-bit host the ~2 GB
9
-
user-mode address space is largely consumed by those reservations, so compiling a very
10
-
large method can fail to allocate the contiguous output image buffer and crash with
11
-
OutOfMemory. Use Workstation GC on 32-bit hosts. See https://github.com/dotnet/runtime/issues/128531. -->
12
-
<ServerGarbageCollectionCondition="'$(ServerGarbageCollection)' == '' and '$(_AotCompilerHostArch)' != 'x86' and '$(_AotCompilerHostArch)' != 'arm' and '$(_AotCompilerHostArch)' != 'armel'">true</ServerGarbageCollection>
0 commit comments