Click here to Skip to main content
15,915,513 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Visual Studio running low on memory Pin
Jörgen Andersson17-Jan-16 10:46
professionalJörgen Andersson17-Jan-16 10:46 
GeneralRe: Visual Studio running low on memory Pin
Cornelius Henning17-Jan-16 10:57
professionalCornelius Henning17-Jan-16 10:57 
GeneralRe: Visual Studio running low on memory Pin
TheGreatAndPowerfulOz17-Jan-16 8:48
TheGreatAndPowerfulOz17-Jan-16 8:48 
GeneralRe: Visual Studio running low on memory Pin
harold aptroot17-Jan-16 8:53
harold aptroot17-Jan-16 8:53 
GeneralRe: Visual Studio running low on memory Pin
TheGreatAndPowerfulOz17-Jan-16 11:03
TheGreatAndPowerfulOz17-Jan-16 11:03 
GeneralRe: Visual Studio running low on memory Pin
Jörgen Andersson17-Jan-16 10:13
professionalJörgen Andersson17-Jan-16 10:13 
GeneralRe: Visual Studio running low on memory Pin
harold aptroot17-Jan-16 10:19
harold aptroot17-Jan-16 10:19 
GeneralRe: Visual Studio running low on memory Pin
Jörgen Andersson17-Jan-16 10:42
professionalJörgen Andersson17-Jan-16 10:42 
Historical reasons I'd say.

On Windows NT they split the addressable memory between Kernel and program, 2GB each. No flags or switches. Just 2GB.
So, what pointer would you use if you want to stay within those 2GB? The OS just needs to check the sign if it is an intptr.

Now enter the guys at MS Exchange, they were quite unhappy with the limitations enforced on them. The customers didn't want to buy the Datacenter version of Windows 2000 just to get a few more usable GB.
So on Server 2003 they added the /3GB switch, but to make sure the OS makes the right checks they also had to add the /LARGE_ADDRESS_AWARE flag.
Wrong is evil and must be defeated. - Jeff Ello

GeneralRe: Visual Studio running low on memory Pin
Dan Neely18-Jan-16 3:22
Dan Neely18-Jan-16 3:22 
GeneralRe: Visual Studio running low on memory Pin
harold aptroot18-Jan-16 3:39
harold aptroot18-Jan-16 3:39 
GeneralRe: Visual Studio running low on memory Pin
KarstenK17-Jan-16 7:01
mveKarstenK17-Jan-16 7:01 
GeneralRe: Visual Studio running low on memory Pin
PIEBALDconsult17-Jan-16 7:03
mvePIEBALDconsult17-Jan-16 7:03 
GeneralRe: Visual Studio running low on memory Pin
Slacker00717-Jan-16 8:23
professionalSlacker00717-Jan-16 8:23 
GeneralRe: Visual Studio running low on memory Pin
TheGreatAndPowerfulOz17-Jan-16 8:47
TheGreatAndPowerfulOz17-Jan-16 8:47 
GeneralRe: Visual Studio running low on memory Pin
Cornelius Henning17-Jan-16 9:05
professionalCornelius Henning17-Jan-16 9:05 
NewsGamer writes BASIC interpreter with Minecraft Pin
Nish Nishant17-Jan-16 4:26
sitebuilderNish Nishant17-Jan-16 4:26 
GeneralRe: Gamer writes BASIC interpreter with Minecraft Pin
Kornfeld Eliyahu Peter17-Jan-16 6:02
professionalKornfeld Eliyahu Peter17-Jan-16 6:02 
GeneralRe: Gamer writes BASIC interpreter with Minecraft Pin
Nish Nishant17-Jan-16 6:05
sitebuilderNish Nishant17-Jan-16 6:05 
GeneralRe: Gamer writes BASIC interpreter with Minecraft Pin
raddevus17-Jan-16 6:08
mvaraddevus17-Jan-16 6:08 
GeneralRe: Gamer writes BASIC interpreter with Minecraft Pin
H.Brydon18-Jan-16 14:02
professionalH.Brydon18-Jan-16 14:02 
GeneralRe: Gamer writes BASIC interpreter with Minecraft Pin
Sascha Lefèvre17-Jan-16 6:22
professionalSascha Lefèvre17-Jan-16 6:22 
GeneralRe: Gamer writes BASIC interpreter with Minecraft Pin
Brisingr Aerowing17-Jan-16 7:11
professionalBrisingr Aerowing17-Jan-16 7:11 
GeneralRe: Gamer writes BASIC interpreter with Minecraft Pin
Nish Nishant17-Jan-16 7:57
sitebuilderNish Nishant17-Jan-16 7:57 
GeneralRe: Gamer writes BASIC interpreter with Minecraft Pin
908236517-Jan-16 7:35
908236517-Jan-16 7:35 
GeneralRe: Gamer writes BASIC interpreter with Minecraft Pin
PIEBALDconsult17-Jan-16 9:36
mvePIEBALDconsult17-Jan-16 9:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.