Class: Distem::Lib::FileSystemTools
- Inherits:
-
Object
- Object
- Distem::Lib::FileSystemTools
- Defined in:
- lib/distem/distemlib/filesystemtools.rb
Overview
Class that allow to perform physical operations on a physical filesystem resource
Class Method Summary (collapse)
-
+ (Object) set_resource
Set up a physical machine filesystem properties ==== Attributes.
Class Method Details
+ (Object) set_resource
Set up a physical machine filesystem properties
Attributes
10 11 12 |
# File 'lib/distem/distemlib/filesystemtools.rb', line 10 def self.set_resource() Shell.run("sysctl -w fs.inotify.max_user_instances=1024") end |