From fdb2c29ea3a2b50217350783cfe8eb289a32749b Mon Sep 17 00:00:00 2001 From: yaron2 Date: Wed, 1 Aug 2018 16:23:22 -0700 Subject: [PATCH] removed redundant memory assignment --- providers/sfmesh/sfmesh.go | 1 - 1 file changed, 1 deletion(-) diff --git a/providers/sfmesh/sfmesh.go b/providers/sfmesh/sfmesh.go index f551cad6e..b9b3b0c5b 100644 --- a/providers/sfmesh/sfmesh.go +++ b/providers/sfmesh/sfmesh.go @@ -268,7 +268,6 @@ func (p *SFMeshProvider) getMeshApplication(pod *v1.Pod) (servicefabricmesh.Appl containerMemoryRequest = 0.10 } - containerMemoryRequest = 1 memoryRequest = containerMemoryRequest } }