I have a RTX 2070 but Cesium JS seems to be using above 90% of GPU resources even nothing is going on other than loading the globe. If I was to run computer vision object detection is would use only about 4% of the GPU so something doesn’t seem right.
Thank you very much for bringing this to our attention. It clearly seems like Google Chrome is using a significant percentage of your GPU power. Are you sure this usage is coming strictly from CesiumJS? If so, can you provide some more details on what you are doing with CesiumJS that might be using so much GPU bandwidth? One important place to look when investigating GPU power consumption is to understand how you are adding and maintaining your primitives. More information here might be a good place for us to start.
Thank you for providing more information. As I mentioned above, I think it is important to begin investigating how you are adding and maintaining primitives. Have you begun to look into this?
Not sure if this is your issue, but we’ve had an issue where chrome defaulted to use the integrated graphics over our external graphics card. You can check this in your graphics cards settings and set specific applications to use either integrated/external graphics cards.
Hi Tom, thank you for your suggestion. Chrome was set to use the integrated graphics. I changed it to use my NVIDIA GPU but I still get crazy high GPU utilisation when my map app is open even though I’m not doing anything.