Rank: Newbie Groups: Member
Joined: 1/19/2015 Posts: 4
|
I set EO.Base.Runtime.EnableLargeAddressSpace = true , but still get an out of memory error.
If EO.Base.Runtime.EnableLargeAddressSpace = false , what is max of memory usage before error occurs?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hello,
EnableLargeAddressSpace does not guarantee that you won't get out of memory error. It only enables the child worker process's memory space (runs the browser engine) from 2GB to 4GB. So if you still get out of memory error at 4GB level, then you will need to try to troubleshoot your page to reduce memory usage.
Thanks!
|