Skip to content

Commit

Permalink
Corrected DOTNET_GCHeapHardLimit usage in development.
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvenga committed Oct 6, 2022
1 parent f5b88ce commit f01ba1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit f01ba1b

Please sign in to comment.