jetsonhacks / installTensorFlowTX2

Install TensorFlow on the NVIDIA Jetson TX2 Development Kit
MIT License
165 stars 82 forks source link

How to remove the swapfile #16

Closed mpkuse closed 6 years ago

mpkuse commented 6 years ago

My installation was incomplete due to lack of space on device. As I try to rm ~/swapfile, I get Operation not Permitted. Even tried as root. Didn't help. Any pointers on this?

mpkuse commented 6 years ago

Nevermind, I figured it out. Just reboot the device and rm the file. I reckon the swap may be in use so was not able to remove.

Would nevertheless appreciate a solution without a reboot.

ahmed-shariff commented 6 years ago

you can use swapoff and then rm

jetsonhacks commented 6 years ago

Agreed, swapoff and then rm.