Skip to content

Instantly share code, notes, and snippets.

@tlkh
Created January 10, 2020 10:31
Show Gist options
  • Save tlkh/88b66656931fe094df892e7e25c180b4 to your computer and use it in GitHub Desktop.
Save tlkh/88b66656931fe094df892e7e25c180b4 to your computer and use it in GitHub Desktop.
Jetson Prepare
#!/bin/bash
echo "Set Jetson to Max Clocks"
jetson_clocks
echo "Clear RAM"
sync; echo 3 > /proc/sys/vm/drop_caches
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment