Class: Distem::Lib::FileSystemTools

Inherits:
Object
  • Object
show all
Defined in:
lib/distem/distemlib/filesystemtools.rb

Overview

Class that allow to perform physical operations on a physical filesystem resource

Class Method Summary (collapse)

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