-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Alert on ram usage and CPU usage #3
Comments
Hello Chintu, Thank you for your message and your revelant comment. I like your proposal. I confirm that user doesn't receive a message if an application is killed by an OOM event. To do that, we must add the new feature in pyos python source code. We can catch the kubernetes event in kuberneteswatcher thread and then call notify_user to notify the desktop using orchestrator.notify_user( desktop, method, json_data ) The main branch is the old 2.9 version. See you |
Hello Alexandre ,
Please implement the alert on CPU consumption as well as it can prevent the system resources. Please can u look into these . Thanks |
Hello Alexandre ,
Thanks for this amazing project. Actually I have created my apps such as chrome and phpstorm , I have added executeclass parameter and running my applications as a pod to achieve ram and cpu restriction .While using this I have achieved the restriction , but user does not get any alert , like in case of chrome tabs get crashed when limit is reached , but how would user know that ram or cpu limit is reached. I think every user should get a warning or alert about ram limit and cpu limit in the VDI itself so that user can manage accordingly .
I have gone through the various extensions of chrome , but those tell usage of RAM of the server on which abcdesktop is deployed , not the podapplication of chrome.
Can you please suggest me how should I proceed forward about this problem.
Thanks Again
Chintu
The text was updated successfully, but these errors were encountered: