Click here to Skip to main content
15,889,335 members
Home / Discussions / C#
   

C#

 
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 
QuestionMethods of a collection class are not always called Pin
CDP180211-Mar-12 16:52
CDP180211-Mar-12 16:52 
AnswerRe: Methods of a collection class are not always called Pin
Luc Pattyn11-Mar-12 17:26
sitebuilderLuc Pattyn11-Mar-12 17:26 
GeneralRe: Methods of a collection class are not always called Pin
CDP180211-Mar-12 23:34
CDP180211-Mar-12 23:34 
GeneralRe: Methods of a collection class are not always called Pin
lukeer12-Mar-12 3:11
lukeer12-Mar-12 3:11 
AnswerRe: Methods of a collection class are not always called Pin
Luc Pattyn12-Mar-12 3:26
sitebuilderLuc Pattyn12-Mar-12 3:26 
GeneralRe: Methods of a collection class are not always called Pin
CDP180212-Mar-12 4:03
CDP180212-Mar-12 4:03 
AnswerRe: Methods of a collection class are not always called Pin
Luc Pattyn12-Mar-12 4:23
sitebuilderLuc Pattyn12-Mar-12 4:23 
GeneralRe: Methods of a collection class are not always called Pin
CDP180212-Mar-12 21:21
CDP180212-Mar-12 21:21 

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.