uiacceltk/hitchcock/goommonitor/data/goomconfig.xml
changeset 14 83d2d132aa58
parent 13 8f67d927ea57
child 19 f5bac0badc7e
equal deleted inserted replaced
13:8f67d927ea57 14:83d2d132aa58
    25 the low and good thresholds are defined to avoid GOOM errors with these applications when the default
    25 the low and good thresholds are defined to avoid GOOM errors with these applications when the default
    26 threshold values are used.
    26 threshold values are used.
    27 -->
    27 -->
    28 	<app_specific_thresholds>
    28 	<app_specific_thresholds>
    29 
    29 
    30   <app uid="101F857A" low_ram_threshold="28000" good_ram_threshold="30000" target_free_on_startup="22000" skip_plugin="2002B3AE"></app> <!-- Camera --> 
    30   <app uid="101F857A" low_ram_threshold="5000" good_ram_threshold="26000" skip_plugin="2002B3AE"></app> <!-- Camera --> 
    31   <app uid="200159B2" low_ram_threshold="5000" good_ram_threshold="10000" target_free_on_startup="26000" skip_plugin="2002B3AE"></app> <!-- MPlayer -->
    31   <app uid="200159B2" low_ram_threshold="5000" good_ram_threshold="10000" skip_plugin="2002B3AE"></app> <!-- MPlayer -->
    32   <app uid="102824CD" low_ram_threshold="26000" good_ram_threshold="28000" skip_plugin="2002B3AE"></app> <!-- Embedded mplayer -->
    32   <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 -->
    33   <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 -->
    34   <app uid="101FD693" low_ram_threshold="5000" good_ram_threshold="10000" target_free_on_startup="26000"></app> <!-- Flashlite -->
    35 
    35 
    36 	</app_specific_thresholds>
    36 	</app_specific_thresholds>
    37 
    37 
    70 <!--		The uid DEFAULT_PLUGIN refers to all plugins, which priority is not specificly
    70 <!--		The uid DEFAULT_PLUGIN refers to all plugins, which priority is not specificly
    71 		defined in the conf file.
    71 		defined in the conf file.
    72 -->
    72 -->
    73 		<system_plugin uid="DEFAULT_PLUGIN" priority="10" sync_mode="check"></system_plugin>
    73 		<system_plugin uid="DEFAULT_PLUGIN" priority="10" sync_mode="check"></system_plugin>
    74 		<system_plugin uid="E4B6C988" priority="3" sync_mode="check"></system_plugin> <!-- ALFOOGMPLUGIN -->
    74 		<system_plugin uid="E4B6C988" priority="3" sync_mode="check"></system_plugin> <!-- ALFOOGMPLUGIN -->
    75 		<system_plugin uid="2002C30A" priority="5" sync_mode="check" wait="1000"></system_plugin> <!-- FLASHOOGMPLUGIN -->
    75 		<system_plugin uid="2002C30A" priority="5" sync_mode="continue"></system_plugin> <!-- FLASHOOGMPLUGIN -->
    76 	</system_plugin_settings>
    76 	</system_plugin_settings>
    77 	
    77 	
    78 <!--	The priority of executing each application plugin is defined here.
    78 <!--	The priority of executing each application plugin is defined here.
    79 	Application plugin is a plugin, which priority depends on the target application.
    79 	Application plugin is a plugin, which priority depends on the target application.
    80 	The target application must be defined for each application plugin.
    80 	The target application must be defined for each application plugin.