Revert "Include `-m` flag in `docker run` call to limit memory per container"
This commit is contained in:
parent
53d986c969
commit
66de14bf6a
|
@ -349,7 +349,6 @@ func (sv *supervisor) reload() error {
|
|||
"-p", fmt.Sprintf("127.0.0.1:%d:6119", port),
|
||||
"-e", "FATHOM_SITE_ID",
|
||||
"-e", "RIJU_DEPLOY_CONFIG",
|
||||
"-m", "200m",
|
||||
"--label", fmt.Sprintf("riju.deploy-config-hash=%s", deployCfgHash),
|
||||
"--name", name,
|
||||
"--restart", "unless-stopped",
|
||||
|
|
Loading…
Reference in New Issue