Increase resource usage of Jetson nano

Please provide complete information as applicable to your setup.

**• Hardware Platform (Jetson nano)
**• DeepStream Version 5.0
**• JetPack Version 4.5.1
**• TensorRT Version 7.
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs)
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
Hi, I am using deepstream for face recognization on jetson nano. My app read 1 theard rtsp and is a bit lag.
RAM 3017/3961MB (lfb 78x4MB) SWAP 378/1980MB (cached 6MB) IRAM 0/252kB(lfb 252kB) CPU [46%@1479,32%@1132,45%@1132,30%@1132] EMC_FREQ 24%@1600 GR3D_FREQ 25%@844 NVDEC 396 VIC_FREQ 1%@140 APE 25 PLL@31.5C CPU@31C PMIC@100C GPU@32C AO@38C thermal@31.25C POM_5V_IN 5585/5136 POM_5V_GPU 1508/1150 POM_5V_CPU 1304/1159
How can I increase GPU and CPU resource usage for smooth application?

Please try to use MAXN mode prior to jetson clocks script:

sudo nvpmodel -m0

thank you i will try it

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.