Home Page › Forums › Network Management › ZeroShell › Dramatically improve HAVP performance and save CF lifetime › Reply To: Dramatically improve HAVP performance and save CF lifetime
August 26, 2015 at 12:10 am
#49479
Member
@Rover wrote:
well, i tried this tutorial, but there is no perfomance increase.
Im using a Alix 2d3 board with a CF Kingston 4 GB.
🙁
Hello,
I use same board. If you dont see a performance increasing, your CF card say : “oh, i will be able to be used more time !”.
I found it on the web that you should add to preserve CF cards :
mount -t tmpfs -o size=64m,mode=1777,nosuid,nodev,exec tmpfs /tmp
mount -t tmpfs -o size=16m,mode=755,nosuid,nodev tmpfs /var/run
mount -t tmpfs -o size=16m,mode=755,nosuid,nodev tmpfs /var/lock
mount -t tmpfs -o size=64m,mode=755,nosuid,nodev tmpfs /Database/LOG
mount -t tmpfs -o size=16m,mode=755,nosuid,nodev tmpfs /Database/var/register/system/mrtg/counters
mount -t tmpfs -o size=32m,mode=755,nosuid,nodev tmpfs /Database/var/register/system/mrtg/html
Add it at the end of your pre-boot after the lines proposed here…
DiliaK