I use a third party test application. I give the application the test input and get the results. If I feed huge data the application it gives "memory allocation error" When I observe the used memory from task manager I see that it gives the error when the private bytes reach ~2Gb.
I tried it both 32Bit Windows XP and 64Bit Windows 7. The result was the same.
what should I do to increase reserved heap memory form my third party application? I want it to use more than 2Gb memory.