Horje
Setting up Jetson AI Code Example
Setting up Jetson AI
# Disable ZRAM:
sudo systemctl disable nvzramconfig

# Create 4GB swap file
sudo fallocate -l 4G /mnt/4GB.swap
sudo chmod 600 /mnt/4GB.swap
sudo mkswap /mnt/4GB.swap

# Append the following line to /etc/fstab
sudo su
echo "/mnt/4GB.swap swap swap defaults 0 0" >> /etc/fstab
exit

# REBOOT!




Shell

Related
powershell how to delete files or folders last updated older than x days Code Example powershell how to delete files or folders last updated older than x days Code Example
unzip start of central directory not found Code Example unzip start of central directory not found Code Example
Can I export fbx files from SpeedTree for UE Code Example Can I export fbx files from SpeedTree for UE Code Example
powershell script clear cach at end Code Example powershell script clear cach at end Code Example
Git comands Code Example Git comands Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11