Formatting update
This commit is contained in:
@@ -845,7 +845,7 @@ func (d *DockerEnvironment) getResourcesForServer() container.Resources {
|
|||||||
if d.Server.Build.MemoryLimit <= 2048 {
|
if d.Server.Build.MemoryLimit <= 2048 {
|
||||||
overhead = 1.15
|
overhead = 1.15
|
||||||
} else if d.Server.Build.MemoryLimit <= 4096 {
|
} else if d.Server.Build.MemoryLimit <= 4096 {
|
||||||
overhead = 1.10;
|
overhead = 1.10
|
||||||
}
|
}
|
||||||
|
|
||||||
return container.Resources{
|
return container.Resources{
|
||||||
|
|||||||
Reference in New Issue
Block a user