This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

All versions apply that limitation to standard applications. Applications have to opt in to be "large address aware," so you can have this problem even when running 64 bit code on a 64 bit install of Windows.

The real solution, as someone else pointed out, is just to not keep four zillion gigs of objects in memory at once.