Ant-Media-Server
Ant-Media-Server copied to clipboard
add hw scaling configuration
https://github.com/ant-media/Ant-Media-Server/issues/5632
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
100.0% Coverage
0.0% Duplication
The version of Java (11.0.15.1) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17.
Read more here
I suggest setting the default value of hwScalingEnabled to false. When it's enabled, I consistently notice high GPU load on the initial GPU (index 0). Which might cause problems or unnecessary load.
However, when it's disabled, the load is evenly distributed across multiple GPUs. I expected significantly high cpu load when hw scaling is not enabled but I haven't noticed a significant difference in CPU load whether hw scaling is enabled or disabled.
Hw scaling enabled:
Hw scaling not enabled: