Updating README for rlimit

Signed-off-by: Rajasekaran <rajasec79@gmail.com>

Fixing indentation issue in README

Signed-off-by: Rajasekaran <rajasec79@gmail.com>
This commit is contained in:
Rajasekaran 2015-08-25 03:06:57 +05:30
parent ab4b825f8c
commit fc97aa44e1
1 changed files with 7 additions and 1 deletions

View File

@ -122,7 +122,13 @@ user with uid and gid of `0` defined within that file-system.
"linux": {
"uidMapping": null,
"gidMapping": null,
"rlimits": null,
"rlimits": [
{
"type": 7,
"hard": 1024,
"soft": 1024
}
],
"systemProperties": null,
"resources": {
"disableOOMKiller": false,