sftp: set default memory limit

This commit is contained in:
Girish Ramakrishnan
2019-04-05 10:34:24 -07:00
parent 5c2985cac7
commit 5c645ea224

View File

@@ -215,7 +215,7 @@ const KNOWN_SERVICES = {
sftp: {
status: statusSftp,
restart: restartContainer.bind(null, 'sftp'),
defaultMemoryLimit: 0
defaultMemoryLimit: 256 * 1024 * 1024
},
graphite: {
status: statusGraphite,