description "Master role applied to yevaud"
default_attributes(
+ :apt => {
+ :sources => ["postgresql"]
+ },
:devices => {
:osdisktune1 => {
:comment => "Tune os disk",
},
:load => {
:load => {
- :warning => 250,
- :critical => 300
+ :warning => 400,
+ :critical => 500
}
}
}
"kernel.shmmax" => 9 * 1024 * 1024 * 1024,
"kernel.shmall" => 9 * 1024 * 1024 * 1024 / 4096
}
- },
- :cpu_tune => {
- :comment => "Tune kern sched migration cost",
- :parameters => {
- "kernel.sched_autogroup_enabled" => 0,
- "kernel.sched_migration_cost_ns" => 25000000
- }
}
},
:tile => {