sysresmonitoring/oommonitor/data/oomconfig.xml
branchRCL_3
changeset 18 0818dd463d41
parent 7 fc3225a0ab43
child 19 924385140d98
equal deleted inserted replaced
17:5e7d68cc22e0 18:0818dd463d41
     1 <!--
     1 <!--
     2  Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     2  Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies).
     3  All rights reserved.
     3  All rights reserved.
     4  This component and the accompanying materials are made available
     4  This component and the accompanying materials are made available
     5  under the terms of the License "Eclipse Public License v1.0"
     5  under the terms of the License "Eclipse Public License v1.0"
     6  which accompanies this distribution, and is available
     6  which accompanies this distribution, and is available
     7  at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7  at the URL "http://www.eclipse.org/legal/epl-v10.html".
    39 	default_wait_after_plugin defines how long is waited (in milliseconds) after
    39 	default_wait_after_plugin defines how long is waited (in milliseconds) after
    40 	an OOM plugin is called and before the free RAM is checked to determine if more
    40 	an OOM plugin is called and before the free RAM is checked to determine if more
    41 	actions are needed. This value is meaningful only when "check" or "estimate" sync mode is
    41 	actions are needed. This value is meaningful only when "check" or "estimate" sync mode is
    42 	used with plugins.
    42 	used with plugins.
    43 -->
    43 -->
    44 	<global_settings low_ram_threshold="3637" good_ram_threshold="4900" max_app_close_batch="3" default_wait_after_plugin="10" max_app_exit_time="2000">
    44 	<global_settings low_ram_threshold="3637" good_ram_threshold="4900" swap_usage_monitored="true" low_swap_threshold="15000" good_swap_threshold="25000" max_app_close_batch="3" default_wait_after_plugin="10" max_app_exit_time="2000">
    45 	</global_settings>
    45 	</global_settings>
    46 
    46 
    47 <!--	Application specific low RAM and good RAM thresholds are defined here. The higher values of
    47 <!--	Application specific low RAM and good RAM thresholds are defined here. The higher values of
    48 the low and good thresholds are defined to avoid OOM errors with these applications when the default
    48 the low and good thresholds are defined to avoid OOM errors with these applications when the default
    49 threshold values are used.
    49 threshold values are used.