[skip ci] add newline to layout configureNoSwappiness
This commit is contained in:
parent
f7ebcbcc1d
commit
e8f3ab2fb3
1 changed files with 1 additions and 1 deletions
|
@ -7,4 +7,4 @@ import java.io.File
|
|||
fun Prov.configureNoSwappiness() = task {
|
||||
// set swappiness to 0
|
||||
addTextToFile("\nvm.swappiness=0\n", File("/etc/sysctl.conf"), sudo = true)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue