uiacceltk/hitchcock/goommonitor/data/goomconfig.xml
branchRCL_3
changeset 16 58df6de9b7bc
parent 11 46927d61fef3
child 17 3ac8bf5c5014
equal deleted inserted replaced
15:4815a56da23d 16:58df6de9b7bc
    16 	default_wait_after_plugin defines how long is waited (in milliseconds) after
    16 	default_wait_after_plugin defines how long is waited (in milliseconds) after
    17 	an GOOM plugin is called and before the free RAM is checked to determine if more
    17 	an GOOM plugin is called and before the free RAM is checked to determine if more
    18 	actions are needed. This value is meaningful only when "check" or "estimate" sync mode is
    18 	actions are needed. This value is meaningful only when "check" or "estimate" sync mode is
    19 	used with plugins.
    19 	used with plugins.
    20 -->
    20 -->
    21 	<global_settings low_ram_threshold="3637" good_ram_threshold="10000" max_app_close_batch="3" default_wait_after_plugin="200">
    21 	<global_settings 
       
    22 		low_ram_threshold="3637" 
       
    23 		good_ram_threshold="10000" 
       
    24 		max_app_close_batch="3" 
       
    25 		default_wait_after_plugin="200"
       
    26 		default_icon_cache="6000"
       
    27 		>
    22 	</global_settings>
    28 	</global_settings>
    23 
    29 
    24 <!--	Application specific low RAM and good RAM thresholds are defined here. The higher values of
    30 <!--	Application specific low RAM and good RAM thresholds are defined here. The higher values of
    25 the low and good thresholds are defined to avoid GOOM errors with these applications when the default
    31 the low and good thresholds are defined to avoid GOOM errors with these applications when the default
    26 threshold values are used.
    32 threshold values are used.
    27 -->
    33 -->
    28 	<app_specific_thresholds>
    34 	<app_specific_thresholds>
    29 
    35 
    30   <app uid="101F857A" low_ram_threshold="1000" good_ram_threshold="30000" skip_plugin="2002B3AE"></app> <!-- Camera --> 
    36   <app uid="101F857A" low_ram_threshold="1000" good_ram_threshold="30000" skip_plugin="2002B3AE" icon_cache="0" use_sw_rend="Yes"></app> <!-- Camera --> 
    31   <app uid="200159B2" low_ram_threshold="5000" good_ram_threshold="10000" skip_plugin="2002B3AE"></app> <!-- MPlayer -->
    37   <app uid="200159B2" low_ram_threshold="5000" good_ram_threshold="10000" skip_plugin="2002B3AE"></app> <!-- MPlayer -->
    32   <app uid="102824CD" low_ram_threshold="5000" good_ram_threshold="10000" skip_plugin="2002B3AE"></app> <!-- Embedded mplayer -->
    38   <app uid="102824CD" low_ram_threshold="5000" good_ram_threshold="10000" skip_plugin="2002B3AE"></app> <!-- Embedded mplayer -->
    33   <app uid="200009EE" low_ram_threshold="3637" good_ram_threshold="10000" target_free_on_startup="15000"></app> <!-- Photos -->
    39   <app uid="200009EE" low_ram_threshold="3637" good_ram_threshold="10000" target_free_on_startup="15000"></app> <!-- Photos -->
    34   <app uid="101FD693" low_ram_threshold="5000" good_ram_threshold="10000" target_free_on_startup="26000"></app> <!-- Flashlite -->
    40   <app uid="101FD693" low_ram_threshold="5000" good_ram_threshold="10000" target_free_on_startup="26000"></app> <!-- Flashlite -->
    35 
    41 
    68 -->
    74 -->
    69 	<system_plugin_settings>
    75 	<system_plugin_settings>
    70 <!--		The uid DEFAULT_PLUGIN refers to all plugins, which priority is not specificly
    76 <!--		The uid DEFAULT_PLUGIN refers to all plugins, which priority is not specificly
    71 		defined in the conf file.
    77 		defined in the conf file.
    72 -->
    78 -->
    73 		<system_plugin uid="DEFAULT_PLUGIN" priority="10" sync_mode="check"></system_plugin>
    79 		<system_plugin uid="DEFAULT_PLUGIN" priority="10" sync_mode="check" sw_rend="not_supported"></system_plugin>
    74 		<system_plugin uid="E4B6C988" priority="3" sync_mode="check"></system_plugin> <!-- ALFOOGMPLUGIN -->
    80 		<system_plugin uid="E4B6C988" priority="3" sync_mode="check" sw_rend="supported"></system_plugin> <!-- ALFOOGMPLUGIN -->
    75 		<system_plugin uid="2002C30A" priority="5" sync_mode="continue"></system_plugin> <!-- FLASHOOGMPLUGIN -->
    81 		<system_plugin uid="2002C30A" priority="5" sync_mode="continue"></system_plugin> <!-- FLASHOOGMPLUGIN -->
    76 	</system_plugin_settings>
    82 	</system_plugin_settings>
    77 	
    83 	
    78 <!--	The priority of executing each application plugin is defined here.
    84 <!--	The priority of executing each application plugin is defined here.
    79 	Application plugin is a plugin, which priority depends on the target application.
    85 	Application plugin is a plugin, which priority depends on the target application.