Click here to Skip to main content
15,917,625 members
Home / Discussions / C#
   

C#

 
GeneralRe: What is the correct way to do an ini file these days..... Pin
PIEBALDconsult13-Mar-12 3:30
mvePIEBALDconsult13-Mar-12 3:30 
GeneralRe: What is the correct way to do an ini file these days..... Pin
glennPattonWork313-Mar-12 3:40
professionalglennPattonWork313-Mar-12 3:40 
GeneralRe: What is the correct way to do an ini file these days..... Pin
PIEBALDconsult13-Mar-12 7:24
mvePIEBALDconsult13-Mar-12 7:24 
GeneralRe: What is the correct way to do an ini file these days..... Pin
jschell13-Mar-12 10:26
jschell13-Mar-12 10:26 
GeneralRe: What is the correct way to do an ini file these days..... Pin
PIEBALDconsult13-Mar-12 3:32
mvePIEBALDconsult13-Mar-12 3:32 
QuestionRegEx help Pin
Sunil P V12-Mar-12 5:15
Sunil P V12-Mar-12 5:15 
AnswerRe: RegEx help Pin
Dave Kreskowiak12-Mar-12 5:25
mveDave Kreskowiak12-Mar-12 5:25 
GeneralRe: RegEx help Pin
Sunil P V12-Mar-12 5:32
Sunil P V12-Mar-12 5:32 
GeneralRe: RegEx help Pin
djdanlib12-Mar-12 6:41
djdanlib12-Mar-12 6:41 
GeneralRe: RegEx help Pin
Dave Kreskowiak12-Mar-12 7:18
mveDave Kreskowiak12-Mar-12 7:18 
AnswerRe: RegEx help Pin
Richard MacCutchan12-Mar-12 6:21
mveRichard MacCutchan12-Mar-12 6:21 
AnswerRe: RegEx help Pin
PIEBALDconsult12-Mar-12 7:01
mvePIEBALDconsult12-Mar-12 7:01 
Questionlimit memory c# Pin
william ormundo12-Mar-12 4:29
william ormundo12-Mar-12 4:29 
AnswerRe: limit memory c# Pin
Dave Kreskowiak12-Mar-12 4:55
mveDave Kreskowiak12-Mar-12 4:55 
GeneralRe: limit memory c# Pin
william ormundo12-Mar-12 9:44
william ormundo12-Mar-12 9:44 
AnswerRe: limit memory c# Pin
Luc Pattyn12-Mar-12 10:06
sitebuilderLuc Pattyn12-Mar-12 10:06 
Three thoughts:

1. is your app running in x-64 mode? how did you build it: x-86, x-64, or "Any CPU"?

2. could it be a fragmentation problem: objects larger than 80KB go in the Large Object Heap, which never gets compacted, hence could fragment when many different sized objects get allocated and freed in random order.

3. do you really need/want that big a hash table, wouldn't a database be more appropriate? or a completely different algorithm? (we don't know what it is your app is doing...)

Smile | :)
Luc Pattyn [My Articles] Nil Volentibus Arduum

GeneralRe: limit memory c# Pin
william ormundo12-Mar-12 10:31
william ormundo12-Mar-12 10:31 
AnswerRe: limit memory c# Pin
Luc Pattyn12-Mar-12 10:35
sitebuilderLuc Pattyn12-Mar-12 10:35 
GeneralRe: limit memory c# Pin
Dave Kreskowiak12-Mar-12 10:08
mveDave Kreskowiak12-Mar-12 10:08 
AnswerRe: limit memory c# Pin
OriginalGriff12-Mar-12 7:28
mveOriginalGriff12-Mar-12 7:28 
AnswerRe: limit memory c# Pin
jschell12-Mar-12 8:55
jschell12-Mar-12 8:55 
Questiondefining a row grid within a column grid, c#, wpf Pin
Sutton Mehaffey12-Mar-12 3:37
Sutton Mehaffey12-Mar-12 3:37 
AnswerRe: defining a row grid within a column grid, c#, wpf Pin
Wes Aday12-Mar-12 3:55
professionalWes Aday12-Mar-12 3:55 
AnswerDuplicate post Pin
Pete O'Hanlon12-Mar-12 4:10
mvePete O'Hanlon12-Mar-12 4:10 
QuestionProblem with Exchange server monitoring Pin
Sebastian T Xavier11-Mar-12 19:05
Sebastian T Xavier11-Mar-12 19:05 

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.