-
Notifications
You must be signed in to change notification settings - Fork 110
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
ERT client high CPU usage #380
Comments
Should be tested on an RGS node with a 1000 realizations and 200 jobs per forward model. |
Talk to the users directly. |
As @sondreso suggested, will test 1000 realizations with 200 jobs that just |
We will address this by scaling down the update frequency of the heavier parts of the UI proportionally to the amount of realizations you have. This makes sense when the cost of properly fixing this is compared to the negative effect this will have on the UX. I.e. the proper way requires (weeks of) refactoring—whereas the effect on the UI is that an update may take 30s, which is negligible compared to simulations that take days to complete. |
Should we have a maximum update frequency of 10 seconds? |
Maybe we split the GUI into three parts, each with its own frequency?
The reasoning here is that the CPU spikes for a couple of seconds each time the detailed view is rendered. And my CPUs were idling, so this may be more than a couple of seconds on less busy machines… |
Remove shaders from stale utility
It has been observed high CPU usage on the client side while running forward models on the cluster.
The text was updated successfully, but these errors were encountered: