Click here to Skip to main content
15,887,083 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionRemoting - client-activation problem Pin
Phil J Pearson15-Jun-07 0:43
Phil J Pearson15-Jun-07 0:43 
QuestionMonitor Network Traffic Pin
Chris Gao14-Jun-07 19:42
Chris Gao14-Jun-07 19:42 
AnswerRe: Monitor Network Traffic Pin
Manas Bhardwaj15-Jun-07 1:03
professionalManas Bhardwaj15-Jun-07 1:03 
AnswerRe: Monitor Network Traffic Pin
Vasudevan Deepak Kumar15-Jun-07 2:54
Vasudevan Deepak Kumar15-Jun-07 2:54 
QuestionMemory allocation limit Pin
PIEBALDconsult14-Jun-07 15:34
mvePIEBALDconsult14-Jun-07 15:34 
AnswerRe: Memory allocation limit Pin
Sathesh Sakthivel14-Jun-07 15:46
Sathesh Sakthivel14-Jun-07 15:46 
GeneralRe: Memory allocation limit Pin
PIEBALDconsult14-Jun-07 16:08
mvePIEBALDconsult14-Jun-07 16:08 
GeneralRe: Memory allocation limit Pin
Dave Kreskowiak14-Jun-07 17:09
mveDave Kreskowiak14-Jun-07 17:09 
Yeah, Satips hasn't been hitting the mark with a lot of his answers. From what I've seen, he's missing the target entirely.

Every process under 32-bit Windows gets it's own 4GB virtual address space, divided into 2GB for user-mode code/data and 2GB for kernel-mode. This built-in limit is what you're bouncing up against.

You CAN change this limit in the systems boot.ini file to give the user-mode space a 3GB limit, but that's all, no more. The kernel-mode space will get limited to 1GB. There ARE consequences to doing this! Read all the links here[^].

The .NET Framework will support the larger user-mode virtual address space, but it's not recommended on all platforms. I can't seem to find that supported list right now though.



A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


GeneralRe: Memory allocation limit Pin
PIEBALDconsult14-Jun-07 17:48
mvePIEBALDconsult14-Jun-07 17:48 
GeneralRe: Memory allocation limit Pin
Dave Kreskowiak15-Jun-07 4:41
mveDave Kreskowiak15-Jun-07 4:41 
QuestionRegular expression not matching as expected Pin
tgrt14-Jun-07 4:19
tgrt14-Jun-07 4:19 
AnswerRe: Regular expression not matching as expected Pin
PIEBALDconsult14-Jun-07 16:59
mvePIEBALDconsult14-Jun-07 16:59 
GeneralRe: Regular expression not matching as expected Pin
tgrt15-Jun-07 3:40
tgrt15-Jun-07 3:40 
GeneralRe: Regular expression not matching as expected Pin
PIEBALDconsult15-Jun-07 13:49
mvePIEBALDconsult15-Jun-07 13:49 
GeneralRe: Regular expression not matching as expected Pin
tgrt15-Jun-07 16:48
tgrt15-Jun-07 16:48 
GeneralRe: Regular expression not matching as expected Pin
PIEBALDconsult15-Jun-07 19:07
mvePIEBALDconsult15-Jun-07 19:07 
GeneralRe: Regular expression not matching as expected Pin
tgrt16-Jun-07 4:16
tgrt16-Jun-07 4:16 
GeneralRe: Regular expression not matching as expected [modified] Pin
PIEBALDconsult16-Jun-07 5:43
mvePIEBALDconsult16-Jun-07 5:43 
GeneralRe: Regular expression not matching as expected [modified] Pin
PIEBALDconsult16-Jun-07 7:47
mvePIEBALDconsult16-Jun-07 7:47 
GeneralRe: Regular expression not matching as expected Pin
tgrt16-Jun-07 13:20
tgrt16-Jun-07 13:20 
GeneralRe: Regular expression not matching as expected Pin
PIEBALDconsult16-Jun-07 17:20
mvePIEBALDconsult16-Jun-07 17:20 
GeneralRe: Regular expression not matching as expected Pin
tgrt17-Jun-07 5:05
tgrt17-Jun-07 5:05 
GeneralRe: Regular expression not matching as expected Pin
PIEBALDconsult17-Jun-07 7:08
mvePIEBALDconsult17-Jun-07 7:08 
GeneralRe: Regular expression not matching as expected Pin
tgrt24-Aug-07 11:17
tgrt24-Aug-07 11:17 
GeneralRe: Regular expression not matching as expected Pin
PIEBALDconsult24-Aug-07 13:52
mvePIEBALDconsult24-Aug-07 13:52 

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.