I have a 32 bit WCF service deployed on Windows 10(64 bit)/IIS 10. It is configured to run as 32 bit application in IIS setting. I assume that this wcf service should get full 4GB of memory but it is throwing out of memory exception at 2GB only. I checked 32 bit w3wp process is enabled with LARGEADDRESSAWARE flag.
Is it required to enable LARGEADDRESSAWARE flag for each wcf projects also or this flag is only required in w3wp process?
Can someone please guide me how my wcf service should get 4GB memory?
Thanks and Regards Nitesh Jain