we have a problem of "memory usage" with an application we develop that uses Winform version of CefSharp for some of our customers that have old servers running Windows Server 2008 R2.
Afraid that our application could have problems I've then made some test using the CefSharp.MinimalExample.Winform.net472.exe and discovered that there is the same problem and it appears with x86 build, while with x64 things runs better.
The problem is that in x86 build each CefSharp.BrowserSubprocess uses 150-170 Mb of memory, while in x64 mode each Subprocess uses approx 30-45 Mb.
In more recent Operating Systems (win 2012, 2016) this problem doesn't exixts even with x86 builds.
For many reasons we cannot build our application in x64 mode: I'm only asking if this is a known problem concerning Windows Server 2008 R2 and if there is some useful solution apart asking the customers to upgrade their O.S.

I've attached a couple of images showing the memory usage.
thanks in advance,
Michele