Skip to content

Locks files in directories in linux cache to reduce IO usage

License

Notifications You must be signed in to change notification settings

Shevchik/DirectoryCacher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DirectoryCacher

Locks files in directories in linux cache to reduce IO usage

Requirements:

  1. 64bit linux
  2. Java 8

You need to run this programm as root

You can supply list of directories that should be cached either by:

  1. Supplying them as command line args
    Exmaple: sudo java -jar DirectoryCacher.jar /home/test /home/test1
  2. Adding them to dirlist file (located in the process workdir (by default the directory from which you launched java))

DirectoryCacher is recursive so any directory inside the specified ones will be cached too

About

Locks files in directories in linux cache to reduce IO usage

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages