Hi Abhisek,

On 23.4.2014 14:11, Abhishek Sharma wrote:
Case 1:
As times, it is observed that when a particular infotainment application is installed and 
run, it affects functioning of some of the other existing working applications. 
Typically, error message displayed is "running out of memory". In such a 
scenario, if there is out of memory detected for a particular service, HM can initiate
(a) Garbage collection mechanism like GC in android to recover the unused 
memory besides restarting the service.
(b) termination of high memory consuming, less priority background services.

Case 2:
HM can maintain a threshold value of the memory for a given service, If memory 
consumed exceeds the threshold value and it is detected by resourced, HM shall 
notify the same to the corresponding service.

In Tizen IVI Murphy has also mechanism for monitoring and controlling system resources like memory and CPU. You might want to look into implementation and documentation available to see if we could find some synergy here.

https://review.tizen.org/gerrit/gitweb?p=profile/ivi/murphy.git;a=tree;f=src/plugins/system-monitor
https://review.tizen.org/gerrit/gitweb?p=profile/ivi/murphy.git;a=tree;f=src/plugins/system-controller

Thanks,
Matti-Pekka
_______________________________________________
IVI mailing list
[email protected]
https://lists.tizen.org/listinfo/ivi

Reply via email to