Skip to content

Commit

Permalink
Update config.inc.TEMPLATE
Browse files Browse the repository at this point in the history
since the profile of nfs usage is mostly a 'write', adding more tuning:
'If write dominates, make sure the clients are using noatime,nodiratime to avoid updating access times. Make sure your server's local file system access has been optimized.'
credits: https://cromwell-intl.com/open-source/performance-tuning/nfs.html
  • Loading branch information
beaverdude authored Nov 5, 2020
1 parent b5ce449 commit a33a268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/config.inc.TEMPLATE
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export NFS_ROOT='192.168.1.10:/volume1/'
# Some NFS configurations may need special mount options. You can specify
# them here. The default value is verified on my camera with a NFS v3 share
# on my home server.
export NFS_OPTIONS='-o nolock,rw'
export NFS_OPTIONS='-o nolock,rw,noatime,nodiratime'

# Uncomment and modify the AUTO_REBOOT variable to automatically reboot
# the camera at a specific minute. Time is specified in "HH:MM" format
Expand Down

0 comments on commit a33a268

Please sign in to comment.