Skip to content

Commit

Permalink
Increase inotify watch limit for CrashPlan.
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornbm committed May 7, 2010
1 parent 3a56ab9 commit d11ffc6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README
Expand Up @@ -32,3 +32,13 @@ Grub2 menu
Kernel updates and Guest Additions Kernel updates and Guest Additions
================================== ==================================
Reinstall VirtualBox guest additions after eache kernel change. After (re)installing the guest additions may need to use Host+G and Host+F to "enable" the resolutions greater than 800x600. Someone recommended using the linux-virtual kernel, but make sure to also install the header files or building the guest additions will fail! Reinstall VirtualBox guest additions after eache kernel change. After (re)installing the guest additions may need to use Host+G and Host+F to "enable" the resolutions greater than 800x600. Someone recommended using the linux-virtual kernel, but make sure to also install the header files or building the guest additions will fail!


CrashPlan
=========
Installation says:

> Your Linux system is currently configured to watch 8192 files in real time.
> We recommend using a larger value; see the CrashPlan support site for details

Fixed by adding /etc/sysctl.d/60-crashplan.conf
3 changes: 3 additions & 0 deletions etc/sysctl.d/60-crashplan.conf
@@ -0,0 +1,3 @@
# Increase inotify watches from the default 8192. See:
# http://support.crashplan.com/doku.php/client/troubleshooting/real-time#linux
fs.inotify.max_user_watches=1048576

0 comments on commit d11ffc6

Please sign in to comment.