|
Edited by Vlad at 2016-6-21 04:09
Ohhhhhhhh
I'm not sure what you mean by 2. check...., i should read the contents.... i don't understand.
First, check these two lines are present in /etc/fstab
- tmpfs /tmp tmpfs nodev,nosuid,mode=1777 0 0
- tmpfs /var/log tmpfs defaults,noatime,nosuid,mode=0755,size=500m 0 0
Copy code
Finally, copy 3 lines into bash.
- sudo rm -rf /tmp/*
- sudo rm -rf /var/log/*
- sudo mount -a
Copy code
it will move two folders into RAM both immediately and after each reboot.
if i am running from internal, do i need to change swap at all, or is this just for speed and space?.
System allows to utilize 3Gb of RAM+SWAP for applications. If some app need more memory, we create swap file(s). Just for working
Here is a sample of new 500Mbytes swap located at /swap file (as root). Its a shell script
- dd if=/dev/zero of=/swap bs=1M count=500
- mkswap /swap
- swapon /swap
Copy code
ooooo where do i find h3control? in sbin?
Im pretty shure /sbin is location of apps for root only
See description and screnshot on my thread and my first reply: http://www.orangepi.org/orangepibbsen/forum.php?mod=viewthread&tid=645&page=1&extra=#pid5844
That code in my first reply is an installer of h3control. Could you try it? All i need in a feedback is "All the fine!"
|
|