Skip to content

Commit

Permalink
feat: add response example
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikolaj Umanski committed Jun 21, 2023
1 parent 21db7ac commit 3502f2b
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,11 @@
},
"transparentHugePageEnabled": "always",
"transparentHugePageDefrag": "madvise",
"swapFileSizeMB": 1500
"swapFileSizeMB": 1500,
"ulimits": {
"noFile": "1000",
"maxLockedMemory": "infinity"
}
}
}
}
Expand Down

0 comments on commit 3502f2b

Please sign in to comment.