These pages cover ANTS Memory Profiler 8, which is not the latest version. Help for other versions is also available.
Fragmentation notices in ANTS Memory Profiler 8.1 and earlier
Published 17 December 2012
Fragments are blocks of unused memory. To give an indication of whether fragmentation is causing a problem for your application, ANTS Memory Profiler looks at the following:
Depending on these ratios, an appropriate message is displayed:
- Memory fragmentation is restricting the size of objects that can be allocated.
The fragmentation ratio is less than 0.3:1, ie, the largest fragment is very small. - Memory fragmentation is affecting the size of the largest object that can be allocated.
The fragmentation ratio is less than 0.6:1, and greater than 0.3:1, ie, the largest fragment is fairly small. - Memory fragmentation may be causing .NET to reserve too much free memory.
The free space ratio is greater than 0.7:1, and there are more than three fragments larger than 64k.
ie, most of your application's memory is free space, and there are several large fragments. - Memory fragmentation may be causing .NET to reserve too much free memory.
The free space ratio is less than 0.7:1, and greater than 0.4:1, and there are more than three fragments larger than 64k.
ie, a large amount of your application's memory is free space, and there are several large fragments. - There are many large fragments; fragmentation may become an issue over time.
There are more than ten fragments larger than 64k. - No problems with large object heap fragmentation are detected.