Loupe - Log - Monitor - Resolve
Gibraltar.Agent.Configuration Namespace / ListenerConfiguration Class / EnableMemoryPerformance Property

In This Topic
    EnableMemoryPerformance Property
    In This Topic
    When true, extended .NET memory utilization information will be automatically captured
    Syntax
    'Declaration
     
    
    Public Property EnableMemoryPerformance As Boolean
    public bool EnableMemoryPerformance {get; set;}
    Remarks
    The extended information is primarily useful for narrowing down memory leaks. Basic memory utilization information (sufficient to identify if a leak is likely) is captured as part of the EnableProcessPerformance option.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also