We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
in JP 4.4, zram is turned on. We can move the file /etc/systemd/nvzramconfig.sh to /etc/systemd/nvzramconfig.sh.old to turn off.
The text was updated successfully, but these errors were encountered:
@rdejana after turning off zram it is also handy to setup the swap as in https://github.com/NVIDIA-AI-IOT/jetson-cloudnative-demo#instructions-to-set-up-nvme-drive
"Next, create a file swap on NVMe by following these instructions:
Turn off zram:
cd /etc/systemd sudo mv nvzramconfig.sh nvzramconfig.sh.orig sudo reboot
Add swap file on nvme and verify:
sudo fallocate -l 32G /home/nvidia/nvme/swapfile sudo chmod 600 /home/nvidia/nvme/swapfile sudo mkswap /home/nvidia/nvme/swapfile sudo swapon /home/nvidia/nvme/swapfile sudo swapon -s
Add the line below to /etc/fstab so swap file will be automounted going forward:
/home/nvidia/nvme/swapfile swap swap defaults 0 0
Reboot the developer kit after saving the /etc/fstab changes. "
Sorry, something went wrong.
rbraddes
No branches or pull requests
in JP 4.4, zram is turned on. We can move the file /etc/systemd/nvzramconfig.sh to /etc/systemd/nvzramconfig.sh.old to turn off.
The text was updated successfully, but these errors were encountered: