Memory Consumption Patterns
While preparing a presentation for an engineering conference I found that yet another page to reference different kinds of insufficient memory patterns is necessary, so I created this post:
- Insufficient Memory (committed memory)
- Insufficient Memory (handle leak)
- Insufficient Memory (kernel pool)
- Insufficient Memory (PTE)
- Insufficient Memory (module fragmentation)
- Insufficient Memory (physical memory)
- Insufficient Memory (control blocks)
- Insufficient Memory (reserved virtual memory)
- Memory Leak (process heap)
- Memory Leak (.NET heap)
- Memory Leak (page tables)
- Memory Leak (I/O completion packets)
- Punctuated Memory Leak
- Insufficient Memory (session pool)
- Memory Fluctuation (process heap)
- Insufficient Memory (stack trace database)
- Insufficient Memory (region)
- Memory Leak (regions)
- Handle Leak
- Reference Leak
- Object Distribution Anomaly (.NET heap)
- Handle Limit (GDI, kernel space)
- Handle Limit (GDI, user space)
- Relative Memory Leak
- Insufficient Memory (stack)
I’ll update it as soon as I add more similar patterns.
- Dmitry Vostokov @ DumpAnalysis.org -
September 12th, 2015 at 1:02 pm
This subcatalog was originally called Insufficient Memory Patterns.