Garbage Collection/OutOfMemory Exception 2

From: Ronald (ronald_at_calleva.com)
Date: 01/08/05

  • Next message: Joakim Karlsson: "Re: Garbage Collection/OutOfMemory Exception 2"
    Date: 8 Jan 2005 13:50:45 -0800
    
    

    Follow up to previous 16 message thread. Real world example of how
    Garbage collector completely messes up machines and fails
    comprehensively to collect Garbage with out prompting.

    The Garbage collector is designed and optimised for Client based
    applications where there are regular pauses in usage. It fails with
    applications that either use large amounts of memory or run
    continuously.

    One suggestion a flag on the Garbage collection to set it collect
    everything as soon as it becomes available. This would result in much
    less memory fragmentation and allow intensive programs to run.

    I am writing an indexing prototype in dot Net.

    It uses a large hashtable (2.5 million items with more being added)
    for lookups and sorted lists for results. The sorted lists are being
    created and destroyed along with word arrays.

    Stage 1 relying on Garbage collection with 500meg physical memory and
    2 gig virtual single proc

    System froze half way through indexing first category in first large
    website.

    Stage 2 Put in GC.Collect at a few points

    Got to about 200 sites before freezing up.
    Could get system to break, and tried a GC.Collect in immediate window.
     Took about 10 minutes to return, was able to make a cup of coffee,
    whilst the memory usage increased from 280 to around 380 before
    dropping back to around 280. Dev enviroment then crashed.

    Stage 3 got machine with 1gig ram dual proc no swap file configured.
    Crashed with standard .net out of memory error at 6,000 sites
    using Just GC.Collect in every loop

    Stage 4 1 gig physical 4 gig virtual

    using GC.Collect() and GC.WaitForFinalisers()

    Ran throught to 28,000 sites before going to infinate cpu usage and
    stopping processing.

    Had to kill app and development enviroment. After log off and logon
    still unable to run app, needed to reboot to clean up memory.

    This version locked up at less than 500meg of memory usage.

    The Large Object Heap size was 100meg and the gen 2 heap 341meg

    See the following which is the output from the perf monitor as a
    webpage. Unfortunately it is not in a readable format without saving
    it to a text file and viewing in a browser.

    It has gen 0,1,2 collections, heap size, induced gc etc etc.

    Any ideas for how to proceed much appreaciated.

    mail ronald . duncan at software . plc . uk

    <HTML>
    <HEAD>
    <META HTTP-EQUIV="Content-Type" CONTENT="text/html;" />
    <META NAME="GENERATOR" Content="Microsoft System Monitor" />
    </HEAD>
    <BODY>
    <OBJECT ID="DISystemMonitor1" WIDTH="100%" HEIGHT="100%"
    CLASSID="CLSID:C4D2D8E0-D1DD-11CE-940F-008029004347">
            <PARAM NAME="_Version" VALUE="393219"/>
            <PARAM NAME="_ExtentX" VALUE="15610"/>
            <PARAM NAME="_ExtentY" VALUE="12859"/>
            <PARAM NAME="DisplayType" VALUE="3"/>
            <PARAM NAME="ReportValueType" VALUE="0"/>
            <PARAM NAME="MaximumScale" VALUE="100"/>
            <PARAM NAME="MinimumScale" VALUE="0"/>
            <PARAM NAME="ShowLegend" VALUE="-1"/>
            <PARAM NAME="ShowToolbar" VALUE="-1"/>
            <PARAM NAME="ShowScaleLabels" VALUE="-1"/>
            <PARAM NAME="ShowHorizontalGrid" VALUE="0"/>
            <PARAM NAME="ShowVerticalGrid" VALUE="0"/>
            <PARAM NAME="ShowValueBar" VALUE="-1"/>
            <PARAM NAME="ManualUpdate" VALUE="0"/>
            <PARAM NAME="Highlight" VALUE="0"/>
            <PARAM NAME="ReadOnly" VALUE="0"/>
            <PARAM NAME="MonitorDuplicateInstances" VALUE="-1"/>
            <PARAM NAME="UpdateInterval" VALUE="1"/>
            <PARAM NAME="DisplayFilter" VALUE="1"/>
            <PARAM NAME="BackColorCtl" VALUE="-2147483633"/>
            <PARAM NAME="ForeColor" VALUE="-1"/>
            <PARAM NAME="BackColor" VALUE="-2147483633"/>
            <PARAM NAME="GridColor" VALUE="8421504"/>
            <PARAM NAME="TimeBarColor" VALUE="255"/>
            <PARAM NAME="Appearance" VALUE="-1"/>
            <PARAM NAME="BorderStyle" VALUE="0"/>
            <PARAM NAME="NextCounterColor" VALUE="0"/>
            <PARAM NAME="NextCounterWidth" VALUE="3"/>
            <PARAM NAME="NextCounterLineStyle" VALUE="0"/>
            <PARAM NAME="GraphTitle" VALUE=""/>
            <PARAM NAME="YAxisLabel" VALUE=""/>
            <PARAM NAME="DataSourceType" VALUE="1"/>
            <PARAM NAME="SqlDsnName" VALUE=""/>
            <PARAM NAME="SqlLogSetName" VALUE=""/>
            <PARAM NAME="LogFileCount" VALUE="0"/>
            <PARAM NAME="AmbientFont" VALUE="-1"/>
            <PARAM NAME="LegendColumnWidths"
    VALUE="-11.25 -11.25 -20.25 -15.25 -13 -13 -19"/>
            <PARAM NAME="LegendSortDirection" VALUE="0"/>
            <PARAM NAME="LegendSortColumn" VALUE="2097272"/>
            <PARAM NAME="CounterCount" VALUE="48"/>
            <PARAM NAME="MaximumSamples" VALUE="100"/>
            <PARAM NAME="SampleCount" VALUE="100"/>
            <PARAM NAME="SampleIndex" VALUE="92"/>
            <PARAM NAME="StepNumber" VALUE="93"/>
            <PARAM NAME="Counter00001.Path" VALUE="\\SEARCHINDEX\.NET CLR
    Memory(_Global_)\# Gen 0 Collections"/>
            <PARAM NAME="Counter00001.Color" VALUE="16711935"/>
            <PARAM NAME="Counter00001.Width" VALUE="1"/>
            <PARAM NAME="Counter00001.LineStyle" VALUE="0"/>
            <PARAM NAME="Counter00001.ScaleFactor" VALUE="-1"/>
            <PARAM NAME="Counter00001.Minimum" VALUE="100777"/>
            <PARAM NAME="Counter00001.Maximum" VALUE="100777"/>
            <PARAM NAME="Counter00001.Average" VALUE="100777"/>
            <PARAM NAME="Counter00001.StatisticStatus" VALUE="0"/>
            <PARAM NAME="Counter00001.Data"
    VALUE="100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 1
    0777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 -1"/>
            <PARAM NAME="Counter00002.Path" VALUE="\\SEARCHINDEX\.NET CLR
    Memory(_Global_)\# Gen 1 Collections"/>
            <PARAM NAME="Counter00002.Color" VALUE="4210752"/>
            <PARAM NAME="Counter00002.Width" VALUE="1"/>
            <PARAM NAME="Counter00002.LineStyle" VALUE="0"/>
            <PARAM NAME="Counter00002.ScaleFactor" VALUE="-1"/>
            <PARAM NAME="Counter00002.Minimum" VALUE="94191"/>
            <PARAM NAME="Counter00002.Maximum" VALUE="94191"/>
            <PARAM NAME="Counter00002.Average" VALUE="94191"/>
            <PARAM NAME="Counter00002.StatisticStatus" VALUE="0"/>
            <PARAM NAME="Counter00002.Data"
    VALUE="94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 941
    1 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 -1"/>
            <PARAM NAME="Counter00003.Path" VALUE="\\SEARCHINDEX\.NET CLR
    Memory(_Global_)\# Gen 2 Collections"/>
            <PARAM NAME="Counter00003.Color" VALUE="8388736"/>
            <PARAM NAME="Counter00003.Width" VALUE="1"/>
            <PARAM NAME="Counter00003.LineStyle" VALUE="0"/>
            <PARAM NAME="Counter00003.ScaleFactor" VALUE="-1"/>
            <PARAM NAME="Counter00003.Minimum" VALUE="89864"/>
            <PARAM NAME="Counter00003.Maximum" VALUE="89864"/>
            <PARAM NAME="Counter00003.Average" VALUE="89864"/>
            <PARAM NAME="Counter00003.StatisticStatus" VALUE="0"/>
            <PARAM NAME="Counter00003.Data"
    VALUE="89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 898
    4 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 -1"/>
            <PARAM NAME="Counter00004.Path" VALUE="\\SEARCHINDEX\.NET CLR
    Memory(_Global_)\# Induced GC"/>
            <PARAM NAME="Counter00004.Color" VALUE="16384"/>
            <PARAM NAME="Counter00004.Width" VALUE="1"/>
            <PARAM NAME="Counter00004.LineStyle" VALUE="0"/>
            <PARAM NAME="Counter00004.ScaleFactor" VALUE="0"/>
            <PARAM NAME="Counter00004.Minimum" VALUE="89853"/>
            <PARAM NAME="Counter00004.Maximum" VALUE="89853"/>
            <PARAM NAME="Counter00004.Average" VALUE="89853"/>
            <PARAM NAME="Counter00004.StatisticStatus" VALUE="0"/>
            <PARAM NAME="Counter00004.Data"
    VALUE="89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 898
    3 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 -1"/>
            <PARAM NAME="Counter00005.Path" VALUE="\\SEARCHINDEX\.NET CLR
    Memory(_Global_)\# Total committed Bytes"/>
            <PARAM NAME="Counter00005.Color" VALUE="255"/>
            <PARAM NAME="Counter00005.Width" VALUE="2"/>
            <PARAM NAME="Counter00005.LineStyle" VALUE="0"/>
            <PARAM NAME="Counter00005.ScaleFactor" VALUE="-4"/>
            <PARAM NAME="Counter00005.Minimum" VALUE="445430728"/>
            <PARAM NAME="Counter00005.Maximum" VALUE="445430728"/>
            <PARAM NAME="Counter00005.Average" VALUE="445430728"/>
            <PARAM NAME="Counter00005.StatisticStatus" VALUE="0"/>
            <PARAM NAME="Counter00005.Data"
    VALUE="445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445
    30728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 4454
    0728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 -1"/>
            <PARAM NAME="Counter00006.Path" VALUE="\\SEARCHINDEX\.NET CLR
    Memory(_Global_)\# Total reserved Bytes"/>
            <PARAM NAME="Counter00006.Color" VALUE="65535"/>
            <PARAM NAME="Counter00006.Width" VALUE="2"/>
            <PARAM NAME="Counter00006.LineStyle" VALUE="0"/>
            <PARAM NAME="Counter00006.ScaleFactor" VALUE="-4"/>
            <PARAM NAME="Counter00006.Minimum" VALUE="494816200"/>
            <PARAM NAME="Counter00006.Maximum" VALUE="494816200"/>
            <PARAM NAME="Counter00006.Average" VALUE="494816200"/>
            <PARAM NAME="Counter00006.StatisticStatus" VALUE="0"/>
            <PARAM NAME="Counter00006.Data"
    VALUE="494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494
    16200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 4948
    6200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 -1"/>
            <PARAM NAME="Counter00007.Path" VALUE="\\SEARCHINDEX\.NET CLR
    Memory(_Global_)\% Time in GC"/>
            <PARAM NAME="Counter00007.Color" VALUE="128"/>
            <PARAM NAME="Counter00007.Width" VALUE="2"/>
            <PARAM NAME="Counter00007.LineStyle" VALUE="0"/>
            <PARAM NAME="Counter00007.ScaleFactor" VALUE="0"/>
            <PARAM NAME="Counter00007.Minimum" VALUE="14.0751515686767"/>
            <PARAM NAME="Counter00007.Maximum" VALUE="14.0751515686767"/>
            <PARAM NAME="Counter00007.Average" VALUE="14.0751515686767"/>
            <PARAM NAME="Counter00007.StatisticStatus" VALUE="0"/>
            <PARAM NAME="Counter00007.Data"
    VALUE="14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14
    0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.075151568
    767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.07
    1515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.075151568676
            14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 -1"/>
            <PARAM NAME="Counter00008.Path" VALUE="\\SEARCHINDEX\.NET CLR
    Memory(_Global_)\Gen 0 heap size"/>
            <PARAM NAME="Counter00008.Color" VALUE="32896"/>
            <PARAM NAME="Counter00008.Width" VALUE="2"/>
            <PARAM NAME="Counter00008.LineStyle" VALUE="0"/>
            <PARAM NAME="Counter00008.ScaleFactor" VALUE="-4"/>
            <PARAM NAME="Counter00008.Minimum" VALUE="524288"/>
            <PARAM NAME="Counter00008.Maximum" VALUE="524288"/>
            <PARAM NAME="Counter00008.Average" VALUE="524288"/>
            <PARAM NAME="Counter00008.StatisticStatus" VALUE="0"/>
            <PARAM NAME="Counter00008.Data"
    VALUE="524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 5
    4288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 -1"/>
            <PARAM NAME="Counter00009.Path" VALUE="\\SEARCHINDEX\.NET CLR
    Memory(_Global_)\Gen 1 heap size"/>
            <PARAM NAME="Counter00009.Color" VALUE="8388608"/>
            <PARAM NAME="Counter00009.Width" VALUE="3"/>
            <PARAM NAME="Counter00009.LineStyle" VALUE="0"/>
            <PARAM NAME="Counter00009.ScaleFactor" VALUE="-4"/>
            <PARAM NAME="Counter00009.Minimum" VALUE="37220"/>
            <PARAM NAME="Counter00009.Maximum" VALUE="37220"/>
            <PARAM NAME="Counter00009.Average" VALUE="37220"/>
            <PARAM NAME="Counter00009.StatisticStatus" VALUE="0"/>
            <PARAM NAME="Counter00009.Data"
    VALUE="37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 372
    0 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 -1"/>
            <PARAM NAME="Counter00010.Path" VALUE="\\SEARCHINDEX\.NET CLR
    Memory(_Global_)\Gen 2 heap size"/>
            <PARAM NAME="Counter00010.Color" VALUE="64"/>
            <PARAM NAME="Counter00010.Width" VALUE="2"/>
            <PARAM NAME="Counter00010.LineStyle" VALUE="0"/>
            <PARAM NAME="Counter00010.ScaleFactor" VALUE="-4"/>
            <PARAM NAME="Counter00010.Minimum" VALUE="341487396"/>
            <PARAM NAME="Counter00010.Maximum" VALUE="341487396"/>
            <PARAM NAME="Counter00010.Average" VALUE="341487396"/>
            <PARAM NAME="Counter00010.StatisticStatus" VALUE="0"/>
            <PARAM NAME="Counter00010.Data"
    VALUE="341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341
    87396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 3414
    7396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 -1"/>
            <PARAM NAME="Counter00011.Path" VALUE="\\SEARCHINDEX\.NET CLR
    Memory(_Global_)\Large Object Heap size"/>
            <PARAM NAME="Counter00011.Color" VALUE="0"/>
            <PARAM NAME="Counter00011.Width" VALUE="2"/>
            <PARAM NAME="Counter00011.LineStyle" VALUE="0"/>
            <PARAM NAME="Counter00011.ScaleFactor" VALUE="-4"/>
            <PARAM NAME="Counter00011.Minimum" VALUE="102331632"/>
            <PARAM NAME="Counter00011.Maximum" VALUE="102331632"/>
            <PARAM NAME="Counter00011.Average" VALUE="102331632"/>
            <PARAM NAME="Counter00011.StatisticStatus" VALUE="0"/>
            <PARAM NAME="Counter00011.Data"
    VALUE="102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102
    31632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 1023
    1632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 -1"/>
            <PARAM NAME="Counter00012.Path" VALUE="\\SEARCHINDEX\.NET CLR
    Memory(_Global_)\Promoted Memory from Gen 0"/>
            <PARAM NAME="Counter00012.Color" VALUE="16711680"/>
            <PARAM NAME="Counter00012.Width" VALUE="3"/>
            <PARAM NAME="Counter00012.LineStyle" VALUE="0"/>
            <PARAM NAME="Counter00012.ScaleFactor" VALUE="-4"/>
            <PARAM NAME="Counter00012.Minimum" VALUE="37208"/>
            <PARAM NAME="Counter00012.Maximum" VALUE="37208"/>
            <PARAM NAME="Counter00012.Average" VALUE="37208"/>
            <PARAM NAME="Counter00012.StatisticStatus" VALUE="0"/>
            <PARAM NAME="Counter00012.Data"
    VALUE="37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 372
    8 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 -1"/>
            <PARAM NAME="Counter00013.Path" VALUE="\\SEARCHINDEX\.NET CLR
    Memory(_Global_)\Promoted Memory from Gen 1"/>
            <PARAM NAME="Counter00013.Color" VALUE="16776960"/>
            <PARAM NAME="Counter00013.Width" VALUE="3"/>
            <PARAM NAME="Counter00013.LineStyle" VALUE="0"/>
            <PARAM NAME="Counter00013.ScaleFactor" VALUE="-4"/>
            <PARAM NAME="Counter00013.Minimum" VALUE="7008"/>
            <PARAM NAME="Counter00013.Maximum" VALUE="7008"/>
            <PARAM NAME="Counter00013.Average" VALUE="7008"/>
            <PARAM NAME="Counter00013.StatisticStatus" VALUE="0"/>
            <PARAM NAME="Counter00013.Data"
    VALUE="7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 700
            7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 -1"/>
            <PARAM NAME="Counter00014.Path" VALUE="\\SEARCHINDEX\.NET CLR
    Memory(devenv)\# Gen 0 Collections"/>
            <PARAM NAME="Counter00014.Color" VALUE="16776960"/>
            <PARAM NAME="Counter00014.Width" VALUE="1"/>
            <PARAM NAME="Counter00014.LineStyle" VALUE="0"/>
            <PARAM NAME="Counter00014.ScaleFactor" VALUE="-1"/>
            <PARAM NAME="Counter00014.Minimum" VALUE="0"/>
            <PARAM NAME="Counter00014.Maximum" VALUE="0"/>
            <PARAM NAME="Counter00014.Average" VALUE="0"/>
            <PARAM NAME="Counter00014.StatisticStatus" VALUE="0"/>
            <PARAM NAME="Counter00014.Data"
    VALUE="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -1"/>
            <PARAM NAME="Counter00015.Path" VALUE="\\SEARCHINDEX\.NET CLR
    Memory(devenv)\# Gen 1 Collections"/>
            <PARAM NAME="Counter00015.Color" VALUE="8388608"/>
            <PARAM NAME="Counter00015.Width" VALUE="1"/>
            <PARAM NAME="Counter00015.LineStyle" VALUE="0"/>
            <PARAM NAME="Counter00015.ScaleFactor" VALUE="-1"/>
            <PARAM NAME="Counter00015.Minimum" VALUE="0"/>
            <PARAM NAME="Counter00015.Maximum" VALUE="0"/>
            <PARAM NAME="Counter00015.Average" VALUE="0"/>
            <PARAM NAME="Counter00015.StatisticStatus" VALUE="0"/>
            <PARAM NAME="Counter00015.Data"
    VALUE="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -1"/>
            <PARAM NAME="Counter00016.Path" VALUE="\\SEARCHINDEX\.NET CLR
    Memory(devenv)\# Gen 2 Collections"/>
            <PARAM NAME="Counter00016.Color" VALUE="8421376"/>
            <PARAM NAME="Counter00016.Width" VALUE="1"/>
            <PARAM NAME="Counter00016.LineStyle" VALUE="0"/>
            <PARAM NAME="Counter00016.ScaleFactor" VALUE="-1"/>
            <PARAM NAME="Counter00016.Minimum" VALUE="0"/>
            <PARAM NAME="Counter00016.Maximum" VALUE="0"/>
            <PARAM NAME="Counter00016.Average" VALUE="0"/>
            <PARAM NAME="Counter00016.StatisticStatus" VALUE="0"/>
            <PARAM NAME="Counter00016.Data"
    VALUE="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -1"/>
            <PARAM NAME="Counter00017.Path" VALUE="\\SEARCHINDEX\.NET CLR
    Memory(devenv)\# Induced GC"/>
            <PARAM NAME="Counter00017.Color" VALUE="4194304"/>
            <PARAM NAME="Counter00017.Width" VALUE="1"/>
            <PARAM NAME="Counter00017.LineStyle" VALUE="0"/>
            <PARAM NAME="Counter00017.ScaleFactor" VALUE="0"/>
            <PARAM NAME="Counter00017.Minimum" VALUE="0"/>
            <PARAM NAME="Counter00017.Maximum" VALUE="0"/>
            <PARAM NAME="Counter00017.Average" VALUE="0"/>
            <PARAM NAME="Counter00017.StatisticStatus" VALUE="0"/>
            <PARAM NAME="Counter00017.Data"
    VALUE="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -1"/>
            <PARAM NAME="Counter00018.Path" VALUE="\\SEARCHINDEX\.NET CLR
    Memory(devenv)\# Total committed Bytes"/>
            <PARAM NAME="Counter00018.Color" VALUE="32768"/>
            <PARAM NAME="Counter00018.Width" VALUE="2"/>
            <PARAM NAME="Counter00018.LineStyle" VALUE="0"/>
            <PARAM NAME="Counter00018.ScaleFactor" VALUE="-4"/>
            <PARAM NAME="Counter00018.Minimum" VALUE="0"/>
            <PARAM NAME="Counter00018.Maximum" VALUE="0"/>
            <PARAM NAME="Counter00018.Average" VALUE="0"/>
            <PARAM NAME="Counter00018.StatisticStatus" VALUE="0"/>
            <PARAM NAME="Counter00018.Data"
    VALUE="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -1"/>
            <PARAM NAME="Counter00019.Path" VALUE="\\SEARCHINDEX\.NET CLR
    Memory(devenv)\# Total reserved Bytes"/>
            <PARAM NAME="Counter00019.Color" VALUE="16711935"/>
            <PARAM NAME="Counter00019.Width" VALUE="2"/>
            <PARAM NAME="Counter00019.LineStyle" VALUE="0"/>
            <PARAM NAME="Counter00019.ScaleFactor" VALUE="-4"/>
            <PARAM NAME="Counter00019.Minimum" VALUE="0"/>
            <PARAM NAME="Counter00019.Maximum" VALUE="0"/>
            <PARAM NAME="Counter00019.Average" VALUE="0"/>
            <PARAM NAME="Counter00019.StatisticStatus" VALUE="0"/>
            <PARAM NAME="Counter00019.Data"
    VALUE="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -1"/>
            <PARAM NAME="Counter00020.Path" VALUE="\\SEARCHINDEX\.NET CLR
    Memory(devenv)\% Time in GC"/>
            <PARAM NAME="Counter00020.Color" VALUE="4210752"/>
            <PARAM NAME="Counter00020.Width" VALUE="2"/>
            <PARAM NAME="Counter00020.LineStyle" VALUE="0"/>
            <PARAM NAME="Counter00020.ScaleFactor" VALUE="0"/>
            <PARAM NAME="Counter00020.Minimum" VALUE="0"/>
            <PARAM NAME="Counter00020.Maximum" VALUE="0"/>
            <PARAM NAME="Counter00020.Average" VALUE="0"/>
            <PARAM NAME="Counter00020.StatisticStatus" VALUE="0"/>
            <PARAM NAME="Counter00020.Data"
    VALUE="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -1"/>
            <PARAM NAME="Counter00021.Path" VALUE="\\SEARCHINDEX\.NET CLR
    Memory(devenv)\Gen 0 heap size"/>
            <PARAM NAME="Counter00021.Color" VALUE="8388736"/>
            <PARAM NAME="Counter00021.Width" VALUE="2"/>
            <PARAM NAME="Counter00021.LineStyle" VALUE="0"/>
            <PARAM NAME="Counter00021.ScaleFactor" VALUE="-4"/>
            <PARAM NAME="Counter00021.Minimum" VALUE="0"/>
            <PARAM NAME="Counter00021.Maximum" VALUE="0"/>
            <PARAM NAME="Counter00021.Average" VALUE="0"/>
            <PARAM NAME="Counter00021.StatisticStatus" VALUE="0"/>
            <PARAM NAME="Counter00021.Data"
    VALUE="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -1"/>
            <PARAM NAME="Counter00022.Path" VALUE="\\SEARCHINDEX\.NET CLR
    Memory(devenv)\Gen 1 heap size"/>
            <PARAM NAME="Counter00022.Color" VALUE="8388736"/>
            <PARAM NAME="Counter00022.Width" VALUE="3"/>
            <PARAM NAME="Counter00022.LineStyle" VALUE="0"/>
            <PARAM NAME="Counter00022.ScaleFactor" VALUE="-4"/>
            <PARAM NAME="Counter00022.Minimum" VALUE="0"/>
            <PARAM NAME="Counter00022.Maximum" VALUE="0"/>
            <PARAM NAME="Counter00022.Average" VALUE="0"/>
            <PARAM NAME="Counter00022.StatisticStatus" VALUE="0"/>
            <PARAM NAME="Counter00022.Data"
    VALUE="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -1"/>
            <PARAM NAME="Counter00023.Path" VALUE="\\SEARCHINDEX\.NET CLR
    Memory(devenv)\Gen 2 heap size"/>
            <PARAM NAME="Counter00023.Color" VALUE="16384"/>
            <PARAM NAME="Counter00023.Width" VALUE="2"/>
            <PARAM NAME="Counter00023.LineStyle" VALUE="0"/>
            <PARAM NAME="Counter00023.ScaleFactor" VALUE="-4"/>
            <PARAM NAME="Counter00023.Minimum" VALUE="0"/>
            <PARAM NAME="Counter00023.Maximum" VALUE="0"/>
            <PARAM NAME="Counter00023.Average" VALUE="0"/>
            <PARAM NAME="Counter00023.StatisticStatus" VALUE="0"/>
            <PARAM NAME="Counter00023.Data"
    VALUE="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -1"/>
            <PARAM NAME="Counter00024.Path" VALUE="\\SEARCHINDEX\.NET CLR
    Memory(devenv)\Large Object Heap size"/>
            <PARAM NAME="Counter00024.Color" VALUE="255"/>
            <PARAM NAME="Counter00024.Width" VALUE="3"/>
            <PARAM NAME="Counter00024.LineStyle" VALUE="0"/>
            <PARAM NAME="Counter00024.ScaleFactor" VALUE="-4"/>
            <PARAM NAME="Counter00024.Minimum" VALUE="0"/>
            <PARAM NAME="Counter00024.Maximum" VALUE="0"/>
            <PARAM NAME="Counter00024.Average" VALUE="0"/>
            <PARAM NAME="Counter00024.StatisticStatus" VALUE="0"/>
            <PARAM NAME="Counter00024.Data"
    VALUE="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -1"/>
            <PARAM NAME="Counter00025.Path" VALUE="\\SEARCHINDEX\.NET CLR
    Memory(devenv)\Promoted Memory from Gen 0"/>
            <PARAM NAME="Counter00025.Color" VALUE="65535"/>
            <PARAM NAME="Counter00025.Width" VALUE="3"/>
            <PARAM NAME="Counter00025.LineStyle" VALUE="0"/>
            <PARAM NAME="Counter00025.ScaleFactor" VALUE="-4"/>
            <PARAM NAME="Counter00025.Minimum" VALUE="0"/>
            <PARAM NAME="Counter00025.Maximum" VALUE="0"/>
            <PARAM NAME="Counter00025.Average" VALUE="0"/>
            <PARAM NAME="Counter00025.StatisticStatus" VALUE="0"/>
            <PARAM NAME="Counter00025.Data"
    VALUE="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -1"/>
            <PARAM NAME="Counter00026.Path" VALUE="\\SEARCHINDEX\.NET CLR
    Memory(devenv)\Promoted Memory from Gen 1"/>
            <PARAM NAME="Counter00026.Color" VALUE="128"/>
            <PARAM NAME="Counter00026.Width" VALUE="3"/>
            <PARAM NAME="Counter00026.LineStyle" VALUE="0"/>
            <PARAM NAME="Counter00026.ScaleFactor" VALUE="-4"/>
            <PARAM NAME="Counter00026.Minimum" VALUE="0"/>
            <PARAM NAME="Counter00026.Maximum" VALUE="0"/>
            <PARAM NAME="Counter00026.Average" VALUE="0"/>
            <PARAM NAME="Counter00026.StatisticStatus" VALUE="0"/>
            <PARAM NAME="Counter00026.Data"
    VALUE="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -1"/>
            <PARAM NAME="Counter00027.Path" VALUE="\\SEARCHINDEX\.NET CLR
    Memory(vbUpdateSearch)\# Gen 0 Collections"/>
            <PARAM NAME="Counter00027.Color" VALUE="128"/>
            <PARAM NAME="Counter00027.Width" VALUE="1"/>
            <PARAM NAME="Counter00027.LineStyle" VALUE="0"/>
            <PARAM NAME="Counter00027.ScaleFactor" VALUE="-1"/>
            <PARAM NAME="Counter00027.Minimum" VALUE="100777"/>
            <PARAM NAME="Counter00027.Maximum" VALUE="100777"/>
            <PARAM NAME="Counter00027.Average" VALUE="100777"/>
            <PARAM NAME="Counter00027.StatisticStatus" VALUE="0"/>
            <PARAM NAME="Counter00027.Data"
    VALUE="100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 1
    0777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 100777 -1"/>
            <PARAM NAME="Counter00028.Path" VALUE="\\SEARCHINDEX\.NET CLR
    Memory(vbUpdateSearch)\# Gen 1 Collections"/>
            <PARAM NAME="Counter00028.Color" VALUE="32896"/>
            <PARAM NAME="Counter00028.Width" VALUE="1"/>
            <PARAM NAME="Counter00028.LineStyle" VALUE="0"/>
            <PARAM NAME="Counter00028.ScaleFactor" VALUE="-1"/>
            <PARAM NAME="Counter00028.Minimum" VALUE="94191"/>
            <PARAM NAME="Counter00028.Maximum" VALUE="94191"/>
            <PARAM NAME="Counter00028.Average" VALUE="94191"/>
            <PARAM NAME="Counter00028.StatisticStatus" VALUE="0"/>
            <PARAM NAME="Counter00028.Data"
    VALUE="94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 941
    1 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 94191 -1"/>
            <PARAM NAME="Counter00029.Path" VALUE="\\SEARCHINDEX\.NET CLR
    Memory(vbUpdateSearch)\# Gen 2 Collections"/>
            <PARAM NAME="Counter00029.Color" VALUE="64"/>
            <PARAM NAME="Counter00029.Width" VALUE="1"/>
            <PARAM NAME="Counter00029.LineStyle" VALUE="0"/>
            <PARAM NAME="Counter00029.ScaleFactor" VALUE="-1"/>
            <PARAM NAME="Counter00029.Minimum" VALUE="89864"/>
            <PARAM NAME="Counter00029.Maximum" VALUE="89864"/>
            <PARAM NAME="Counter00029.Average" VALUE="89864"/>
            <PARAM NAME="Counter00029.StatisticStatus" VALUE="0"/>
            <PARAM NAME="Counter00029.Data"
    VALUE="89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 898
    4 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 89864 -1"/>
            <PARAM NAME="Counter00030.Path" VALUE="\\SEARCHINDEX\.NET CLR
    Memory(vbUpdateSearch)\# Induced GC"/>
            <PARAM NAME="Counter00030.Color" VALUE="0"/>
            <PARAM NAME="Counter00030.Width" VALUE="1"/>
            <PARAM NAME="Counter00030.LineStyle" VALUE="0"/>
            <PARAM NAME="Counter00030.ScaleFactor" VALUE="0"/>
            <PARAM NAME="Counter00030.Minimum" VALUE="89853"/>
            <PARAM NAME="Counter00030.Maximum" VALUE="89853"/>
            <PARAM NAME="Counter00030.Average" VALUE="89853"/>
            <PARAM NAME="Counter00030.StatisticStatus" VALUE="0"/>
            <PARAM NAME="Counter00030.Data"
    VALUE="89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 898
    3 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 89853 -1"/>
            <PARAM NAME="Counter00031.Path" VALUE="\\SEARCHINDEX\.NET CLR
    Memory(vbUpdateSearch)\# Total committed Bytes"/>
            <PARAM NAME="Counter00031.Color" VALUE="16711680"/>
            <PARAM NAME="Counter00031.Width" VALUE="2"/>
            <PARAM NAME="Counter00031.LineStyle" VALUE="0"/>
            <PARAM NAME="Counter00031.ScaleFactor" VALUE="-4"/>
            <PARAM NAME="Counter00031.Minimum" VALUE="445430728"/>
            <PARAM NAME="Counter00031.Maximum" VALUE="445430728"/>
            <PARAM NAME="Counter00031.Average" VALUE="445430728"/>
            <PARAM NAME="Counter00031.StatisticStatus" VALUE="0"/>
            <PARAM NAME="Counter00031.Data"
    VALUE="445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445
    30728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 4454
    0728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 445430728 -1"/>
            <PARAM NAME="Counter00032.Path" VALUE="\\SEARCHINDEX\.NET CLR
    Memory(vbUpdateSearch)\# Total reserved Bytes"/>
            <PARAM NAME="Counter00032.Color" VALUE="16776960"/>
            <PARAM NAME="Counter00032.Width" VALUE="2"/>
            <PARAM NAME="Counter00032.LineStyle" VALUE="0"/>
            <PARAM NAME="Counter00032.ScaleFactor" VALUE="-4"/>
            <PARAM NAME="Counter00032.Minimum" VALUE="494816200"/>
            <PARAM NAME="Counter00032.Maximum" VALUE="494816200"/>
            <PARAM NAME="Counter00032.Average" VALUE="494816200"/>
            <PARAM NAME="Counter00032.StatisticStatus" VALUE="0"/>
            <PARAM NAME="Counter00032.Data"
    VALUE="494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494
    16200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 4948
    6200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 494816200 -1"/>
            <PARAM NAME="Counter00033.Path" VALUE="\\SEARCHINDEX\.NET CLR
    Memory(vbUpdateSearch)\% Time in GC"/>
            <PARAM NAME="Counter00033.Color" VALUE="8388608"/>
            <PARAM NAME="Counter00033.Width" VALUE="2"/>
            <PARAM NAME="Counter00033.LineStyle" VALUE="0"/>
            <PARAM NAME="Counter00033.ScaleFactor" VALUE="0"/>
            <PARAM NAME="Counter00033.Minimum" VALUE="14.0751515686767"/>
            <PARAM NAME="Counter00033.Maximum" VALUE="14.0751515686767"/>
            <PARAM NAME="Counter00033.Average" VALUE="14.0751515686767"/>
            <PARAM NAME="Counter00033.StatisticStatus" VALUE="0"/>
            <PARAM NAME="Counter00033.Data"
    VALUE="14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14
    0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.075151568
    767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.07
    1515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.075151568676
            14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 14.0751515686767 -1"/>
            <PARAM NAME="Counter00034.Path" VALUE="\\SEARCHINDEX\.NET CLR
    Memory(vbUpdateSearch)\Gen 0 heap size"/>
            <PARAM NAME="Counter00034.Color" VALUE="8421376"/>
            <PARAM NAME="Counter00034.Width" VALUE="2"/>
            <PARAM NAME="Counter00034.LineStyle" VALUE="0"/>
            <PARAM NAME="Counter00034.ScaleFactor" VALUE="-4"/>
            <PARAM NAME="Counter00034.Minimum" VALUE="524288"/>
            <PARAM NAME="Counter00034.Maximum" VALUE="524288"/>
            <PARAM NAME="Counter00034.Average" VALUE="524288"/>
            <PARAM NAME="Counter00034.StatisticStatus" VALUE="0"/>
            <PARAM NAME="Counter00034.Data"
    VALUE="524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 5
    4288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 524288 -1"/>
            <PARAM NAME="Counter00035.Path" VALUE="\\SEARCHINDEX\.NET CLR
    Memory(vbUpdateSearch)\Gen 1 heap size"/>
            <PARAM NAME="Counter00035.Color" VALUE="32896"/>
            <PARAM NAME="Counter00035.Width" VALUE="3"/>
            <PARAM NAME="Counter00035.LineStyle" VALUE="0"/>
            <PARAM NAME="Counter00035.ScaleFactor" VALUE="-4"/>
            <PARAM NAME="Counter00035.Minimum" VALUE="37220"/>
            <PARAM NAME="Counter00035.Maximum" VALUE="37220"/>
            <PARAM NAME="Counter00035.Average" VALUE="37220"/>
            <PARAM NAME="Counter00035.StatisticStatus" VALUE="0"/>
            <PARAM NAME="Counter00035.Data"
    VALUE="37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 372
    0 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 37220 -1"/>
            <PARAM NAME="Counter00036.Path" VALUE="\\SEARCHINDEX\.NET CLR
    Memory(vbUpdateSearch)\Gen 2 heap size"/>
            <PARAM NAME="Counter00036.Color" VALUE="4194304"/>
            <PARAM NAME="Counter00036.Width" VALUE="2"/>
            <PARAM NAME="Counter00036.LineStyle" VALUE="0"/>
            <PARAM NAME="Counter00036.ScaleFactor" VALUE="-4"/>
            <PARAM NAME="Counter00036.Minimum" VALUE="341487396"/>
            <PARAM NAME="Counter00036.Maximum" VALUE="341487396"/>
            <PARAM NAME="Counter00036.Average" VALUE="341487396"/>
            <PARAM NAME="Counter00036.StatisticStatus" VALUE="0"/>
            <PARAM NAME="Counter00036.Data"
    VALUE="341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341
    87396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 3414
    7396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 341487396 -1"/>
            <PARAM NAME="Counter00037.Path" VALUE="\\SEARCHINDEX\.NET CLR
    Memory(vbUpdateSearch)\Large Object Heap size"/>
            <PARAM NAME="Counter00037.Color" VALUE="32768"/>
            <PARAM NAME="Counter00037.Width" VALUE="3"/>
            <PARAM NAME="Counter00037.LineStyle" VALUE="0"/>
            <PARAM NAME="Counter00037.ScaleFactor" VALUE="-4"/>
            <PARAM NAME="Counter00037.Minimum" VALUE="102331632"/>
            <PARAM NAME="Counter00037.Maximum" VALUE="102331632"/>
            <PARAM NAME="Counter00037.Average" VALUE="102331632"/>
            <PARAM NAME="Counter00037.StatisticStatus" VALUE="0"/>
            <PARAM NAME="Counter00037.Data"
    VALUE="102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102
    31632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 1023
    1632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 102331632 -1"/>
            <PARAM NAME="Counter00038.Path" VALUE="\\SEARCHINDEX\.NET CLR
    Memory(vbUpdateSearch)\Promoted Memory from Gen 0"/>
            <PARAM NAME="Counter00038.Color" VALUE="16711935"/>
            <PARAM NAME="Counter00038.Width" VALUE="3"/>
            <PARAM NAME="Counter00038.LineStyle" VALUE="0"/>
            <PARAM NAME="Counter00038.ScaleFactor" VALUE="-4"/>
            <PARAM NAME="Counter00038.Minimum" VALUE="37208"/>
            <PARAM NAME="Counter00038.Maximum" VALUE="37208"/>
            <PARAM NAME="Counter00038.Average" VALUE="37208"/>
            <PARAM NAME="Counter00038.StatisticStatus" VALUE="0"/>
            <PARAM NAME="Counter00038.Data"
    VALUE="37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 372
    8 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 37208 -1"/>
            <PARAM NAME="Counter00039.Path" VALUE="\\SEARCHINDEX\.NET CLR
    Memory(vbUpdateSearch)\Promoted Memory from Gen 1"/>
            <PARAM NAME="Counter00039.Color" VALUE="4210752"/>
            <PARAM NAME="Counter00039.Width" VALUE="3"/>
            <PARAM NAME="Counter00039.LineStyle" VALUE="0"/>
            <PARAM NAME="Counter00039.ScaleFactor" VALUE="-4"/>
            <PARAM NAME="Counter00039.Minimum" VALUE="7008"/>
            <PARAM NAME="Counter00039.Maximum" VALUE="7008"/>
            <PARAM NAME="Counter00039.Average" VALUE="7008"/>
            <PARAM NAME="Counter00039.StatisticStatus" VALUE="0"/>
            <PARAM NAME="Counter00039.Data"
    VALUE="7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 700
            7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 7008 -1"/>
            <PARAM NAME="Counter00040.Path" VALUE="\\SEARCHINDEX\Memory\Available
    Bytes"/>
            <PARAM NAME="Counter00040.Color" VALUE="65535"/>
            <PARAM NAME="Counter00040.Width" VALUE="1"/>
            <PARAM NAME="Counter00040.LineStyle" VALUE="0"/>
            <PARAM NAME="Counter00040.ScaleFactor" VALUE="-6"/>
            <PARAM NAME="Counter00040.Minimum" VALUE="168099840"/>
            <PARAM NAME="Counter00040.Maximum" VALUE="181420032"/>
            <PARAM NAME="Counter00040.Average" VALUE="170940129.28"/>
            <PARAM NAME="Counter00040.StatisticStatus" VALUE="0"/>
            <PARAM NAME="Counter00040.Data"
    VALUE="168099840 168132608 168132608 168108032 168108032 168112128 168210432 168210432 168214528 168222720 168198144 168607744 168615936 168660992 168599552 168599552 168599552 168599552 168583168 168681472 168681472 168681472 168640512 168640512 168652800 168652800 168652800 168652800 168652800 168640512 168599552 168599552 168599552 168599552 168611840 168611840 168611840 168611840 168189952 170
    61824 170061824 170061824 170070016 170070016 170070016 170078208 170037248 170037248 170037248 170037248 170061824 170061824 170061824 170061824 170020864 170033152 170041344 170041344 169594880 170070016 170070016 170078208 170033152 170012672 170012672 170012672 170020864 170020864 170029056 170029056 170020864 170119168 170135552 170151936 170168320 170168320 170176512 170176512 170115072 1702
    5664 170225664 170237952 170250240 172625920 172789760 172810240 172781568 179019776 179019776 179060736 179097600 181411840 181411840 181420032 181420032 181420032 181420032 181420032 181420032 -1"/>
            <PARAM NAME="Counter00041.Path" VALUE="\Memory\Pages/sec"/>
            <PARAM NAME="Counter00041.Color" VALUE="16711680"/>
            <PARAM NAME="Counter00041.Width" VALUE="1"/>
            <PARAM NAME="Counter00041.LineStyle" VALUE="0"/>
            <PARAM NAME="Counter00041.ScaleFactor" VALUE="0"/>
            <PARAM NAME="Counter00041.Minimum" VALUE="0"/>
            <PARAM NAME="Counter00041.Maximum" VALUE="30.9976491195687"/>
            <PARAM NAME="Counter00041.Average" VALUE="0.909021633159345"/>
            <PARAM NAME="Counter00041.StatisticStatus" VALUE="0"/>
            <PARAM NAME="Counter00041.Data"
    VALUE="0 0 4.99959785490117 0 0 0 0 0 0 0 7.99937520442111 0 0 16.9986781733342 0 0 0 0 0.999926127304532 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 30.9976491195687 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 17.9986335778993 0 0 0 0 0 0 0 10.0002799508385 0 0 0 0 0 0 0 0 -1"/>
            <PARAM NAME="Counter00042.Path" VALUE="\PhysicalDisk(_Total)\Avg.
    Disk Queue Length"/>
            <PARAM NAME="Counter00042.Color" VALUE="32768"/>
            <PARAM NAME="Counter00042.Width" VALUE="1"/>
            <PARAM NAME="Counter00042.LineStyle" VALUE="0"/>
            <PARAM NAME="Counter00042.ScaleFactor" VALUE="2"/>
            <PARAM NAME="Counter00042.Minimum" VALUE="0"/>
            <PARAM NAME="Counter00042.Maximum" VALUE="0.1297"/>
            <PARAM NAME="Counter00042.Average" VALUE="2.8383848504544E-03"/>
            <PARAM NAME="Counter00042.StatisticStatus" VALUE="0"/>
            <PARAM NAME="Counter00042.Data"
    VALUE="0 0 1.31000838405366E-02 0 0 3.00000990003267E-04 0 0.0016 0.0003 0 0.022 0 0 0.0396 0 0 0 0 0.004 0.0002 0.0001 0.0001 0.0012 0.0019 0 0 0 0 0.0001 0 0 0 0 0.0042 0 0 0 0 0.1297 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0005 0 0 0 0 0.0002 0 0.0009 0 0 0.0003 0.0002 0.0016 0 0 0.0003 0 0.0012 0.0006 0.0022 0.0005 0 0 0 0 0.0001 0 0.026 0.0001 0.0011 0.0038 0 0 0 0.0002 0.0228 0 0 0 0 0 0 0 0 -1"/>
            <PARAM NAME="Counter00043.Path"
    VALUE="\\SEARCHINDEX\Process(vbUpdateSearch)\Private Bytes"/>
            <PARAM NAME="Counter00043.Color" VALUE="8421376"/>
            <PARAM NAME="Counter00043.Width" VALUE="3"/>
            <PARAM NAME="Counter00043.LineStyle" VALUE="0"/>
            <PARAM NAME="Counter00043.ScaleFactor" VALUE="-5"/>
            <PARAM NAME="Counter00043.Minimum" VALUE="531853312"/>
            <PARAM NAME="Counter00043.Maximum" VALUE="531853312"/>
            <PARAM NAME="Counter00043.Average" VALUE="531853312"/>
            <PARAM NAME="Counter00043.StatisticStatus" VALUE="0"/>
            <PARAM NAME="Counter00043.Data"
    VALUE="531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531
    53312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 5318
    3312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 531853312 -1"/>
            <PARAM NAME="Counter00044.Path"
    VALUE="\\SEARCHINDEX\Process(vbUpdateSearch)\Virtual Bytes"/>
            <PARAM NAME="Counter00044.Color" VALUE="64"/>
            <PARAM NAME="Counter00044.Width" VALUE="3"/>
            <PARAM NAME="Counter00044.LineStyle" VALUE="0"/>
            <PARAM NAME="Counter00044.ScaleFactor" VALUE="-6"/>
            <PARAM NAME="Counter00044.Minimum" VALUE="778653696"/>
            <PARAM NAME="Counter00044.Maximum" VALUE="778653696"/>
            <PARAM NAME="Counter00044.Average" VALUE="778653696"/>
            <PARAM NAME="Counter00044.StatisticStatus" VALUE="0"/>
            <PARAM NAME="Counter00044.Data"
    VALUE="778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778
    53696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 7786
    3696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 -1"/>
            <PARAM NAME="Counter00045.Path"
    VALUE="\\SEARCHINDEX\Process(vbUpdateSearch)\Virtual Bytes Peak"/>
            <PARAM NAME="Counter00045.Color" VALUE="16384"/>
            <PARAM NAME="Counter00045.Width" VALUE="3"/>
            <PARAM NAME="Counter00045.LineStyle" VALUE="0"/>
            <PARAM NAME="Counter00045.ScaleFactor" VALUE="-6"/>
            <PARAM NAME="Counter00045.Minimum" VALUE="778653696"/>
            <PARAM NAME="Counter00045.Maximum" VALUE="778653696"/>
            <PARAM NAME="Counter00045.Average" VALUE="778653696"/>
            <PARAM NAME="Counter00045.StatisticStatus" VALUE="0"/>
            <PARAM NAME="Counter00045.Data"
    VALUE="778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778
    53696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 7786
    3696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 778653696 -1"/>
            <PARAM NAME="Counter00046.Path"
    VALUE="\\SEARCHINDEX\Process(vbUpdateSearch)\Working Set"/>
            <PARAM NAME="Counter00046.Color" VALUE="4194304"/>
            <PARAM NAME="Counter00046.Width" VALUE="3"/>
            <PARAM NAME="Counter00046.LineStyle" VALUE="0"/>
            <PARAM NAME="Counter00046.ScaleFactor" VALUE="-5"/>
            <PARAM NAME="Counter00046.Minimum" VALUE="478781440"/>
            <PARAM NAME="Counter00046.Maximum" VALUE="478781440"/>
            <PARAM NAME="Counter00046.Average" VALUE="478781440"/>
            <PARAM NAME="Counter00046.StatisticStatus" VALUE="0"/>
            <PARAM NAME="Counter00046.Data"
    VALUE="478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478
    81440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 4787
    1440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 478781440 -1"/>
            <PARAM NAME="Counter00047.Path"
    VALUE="\\SEARCHINDEX\Process(vbUpdateSearch)\Working Set Peak"/>
            <PARAM NAME="Counter00047.Color" VALUE="0"/>
            <PARAM NAME="Counter00047.Width" VALUE="3"/>
            <PARAM NAME="Counter00047.LineStyle" VALUE="0"/>
            <PARAM NAME="Counter00047.ScaleFactor" VALUE="-5"/>
            <PARAM NAME="Counter00047.Minimum" VALUE="486584320"/>
            <PARAM NAME="Counter00047.Maximum" VALUE="486584320"/>
            <PARAM NAME="Counter00047.Average" VALUE="486584320"/>
            <PARAM NAME="Counter00047.StatisticStatus" VALUE="0"/>
            <PARAM NAME="Counter00047.Data"
    VALUE="486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486
    84320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 4865
    4320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 486584320 -1"/>
            <PARAM NAME="Counter00048.Path" VALUE="\Processor(_Total)\% Processor
    Time"/>
            <PARAM NAME="Counter00048.Color" VALUE="255"/>
            <PARAM NAME="Counter00048.Width" VALUE="1"/>
            <PARAM NAME="Counter00048.LineStyle" VALUE="0"/>
            <PARAM NAME="Counter00048.ScaleFactor" VALUE="0"/>
            <PARAM NAME="Counter00048.Minimum" VALUE="49.999679997952"/>
            <PARAM NAME="Counter00048.Maximum" VALUE="54.6875"/>
            <PARAM NAME="Counter00048.Average" VALUE="50.2682903481884"/>
            <PARAM NAME="Counter00048.StatisticStatus" VALUE="0"/>
            <PARAM NAME="Counter00048.Data"
    VALUE="49.999679997952 49.999679997952 49.999679997952 49.999679997952 49.999679997952 50.781087577589 50 50 50 50 53.90625 50 50 50.78125 50 50 50 50 50 50 50.78125 50 50 50 50.78125 50 50.78125 50 50.78125 50 50 50 50 50 50 50 50 50 53.125 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50.78125 50 50 50.78125 50 50 50.78125 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50 50.78125 50 50 50 54.68
    5 50 50 50 53.125 50 50 50 53.90625 50 50 50 50 50 50 50 50 -1"/>
            <PARAM NAME="Selected" VALUE="\Memory\Pages/sec"/>


  • Next message: Joakim Karlsson: "Re: Garbage Collection/OutOfMemory Exception 2"

    Relevant Pages

    • Re: Lcc-win32 extensions to C
      ... compiled with a C++ compiler or a C compiler. ... Yes, but if you do not use GC, you allocate more memory than needed to ... Using a non-GC'ed heap+ a GC'ed heap requires also more memory... ... Collector, since GC technologies are much more advanced than simple ...
      (comp.std.c)
    • Re: Huge pages and small pages. . .
      ... you need to have them cached in the TLB; if the TLB runs out of ... >>> low end of the heap, until someone figures out a way to tell the system ... >> causing them to be COW'd to real memory. ... I believe the swapper will kill them fast once you have ...
      (Linux-Kernel)
    • Re: Help wanted - problems with heap
      ... Memory pressure, because of limited heap size. ... identified that by failures to allocate memory. ... Any pointers as to work out what is happening would be welcome. ...
      (rec.games.roguelike.development)
    • RE: Defeating Microsoft Windows XP SP2 Heap protection
      ... Fact is XP SP2 is still far less likely to be vulnerable to buffer overflow ... > than the memory buffer allocated to hold it. ... > the operating system is now more careful to reduce both stack and heap ... > Execution Protection ...
      (microsoft.public.windowsxp.general)
    • Re: ASP.NET WP memory consumption problem & debugging on AppDomain bas
      ... Downloading Large Files Causes a Large Memory Loss and Causes the ... > Bytes in Loader Heap 46673920.000 ... > Promoted Finalization-Memory from Gen 1 0.000 ... > Working Set 648499200.000 ...
      (microsoft.public.dotnet.framework.aspnet)