removed redundant memory assignment

This commit is contained in:
yaron2
2018-08-01 16:23:22 -07:00
parent ebdb9257a0
commit fdb2c29ea3

View File

@@ -268,7 +268,6 @@ func (p *SFMeshProvider) getMeshApplication(pod *v1.Pod) (servicefabricmesh.Appl
containerMemoryRequest = 0.10
}
containerMemoryRequest = 1
memoryRequest = containerMemoryRequest
}
}