I need to run jetson_clocks inside a docker container as I deploy applications as docker containers however I couldn’t find a way to do it.
My application is working a couple of hours a day so my intention was to boost clocks while the application is running and restore the defaults when it’s waiting on idle.
I’ve written an application to overclock the engines inside from a docker container however it doesn’t make it as fast as jetson clocks (the difference is 5 FPS in my main application). What is missing here?
No, I cannot run jetson_clocks in a docker container.
I can run an application that I’ve written (overclock_jetson.c in the first entry) in a docker container however it doesn’t satisfy me.
So I need to find a way to run jetson_clocks inside a docker container. (Or I need to know what is missing inside my source file to reach maximum performance just as jetson_clock does)
It sounds like the clocks aren’t maximized with your script as expected.
Do you meet any failure or error when using your script (ex. any permission issue)?
Could you check the clock before/after the script to confirm if the script is applied correctly?