fix: adding debug memory mode

This commit is contained in:
Aditya
2023-10-30 07:05:43 +05:30
parent 8914acdca6
commit 859a8b3924
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -465,6 +465,7 @@ func deployServiceWorkers(image string) {
fmt.Sprintf("SHUFFLE_APP_REPLICAS=%d", cnt),
fmt.Sprintf("TZ=%s", timezone),
fmt.Sprintf("SHUFFLE_LOGS_DISABLED=%s", os.Getenv("SHUFFLE_LOGS_DISABLED")),
fmt.Sprintf("DEBUG_MEMORY=%s", os.Getenv("DEBUG_MEMORY")),
},
//Hosts: []string{
// innerContainerName,