GPU Stress + CPU Stress
Preparation
sudo apt-get update
sudo apt-get -y install stresssudo apt-get update
cd ~/Desktop
git clone https://github.com/anseeto/jetson-gpu-burn.git
cd jetson-gpu-burn
makeRun
CPU Stress
# Run CPU Stress with (number of CPU Cores -1)
# Memo: 1-core CPU is reserved for GPU Stress
stress -c $(( $(nproc) - 1 ))GPU Stress
Last updated