diff --git a/src/Contrast.K8s.AgentOperator/Properties/launchSettings.json b/src/Contrast.K8s.AgentOperator/Properties/launchSettings.json index da74e622..44195e9f 100644 --- a/src/Contrast.K8s.AgentOperator/Properties/launchSettings.json +++ b/src/Contrast.K8s.AgentOperator/Properties/launchSettings.json @@ -10,7 +10,7 @@ "CONTRAST_SETTLE_DURATION": "2", "CONTRAST_DEVELOPMENT": "true", "CONTRAST_LOG_LEVEL": "Info", - "DOTNET_GCHeapHardLimit": "402653184" // Mimic a container with a 512Mi limit. That said, not sure if this works. + "DOTNET_GCHeapHardLimit": "0x18000000" // Mimic a container with a 512Mi limit. Must be in hex. }, "applicationUrl": "https://localhost:5001" }