Looks like the app is running in 32 bit mode, which can't use more than 2GB of memory. JVM and memory regions pre-allocate all of it, leaving nothing for .NET to use.
Please check the `Platform` column in the Task Manager - does it say `32 bit`? If yes, then try disabling `Prefer 32 bit` in the project properties. On Wed, Oct 28, 2020 at 1:06 PM Ravi Makwana <[email protected]> wrote: > Hi Pavel, > > Thanks for the information. > > We have noticed our service is taking max 2GB memory which is noticed in > task manager and stopping app pool at same time server memory utilization > is 80% so we have still memory spare 20%. > > Still we are not able to correlate the issue, I would like to share some > more logs. Could you suggest what is happening at the moment? > > Thanks, > >
