Skip to content

Commit

Permalink
Add 2GB limit per bot
Browse files Browse the repository at this point in the history
  • Loading branch information
StanislavNikolov committed Aug 10, 2023
1 parent 06606fd commit 890846e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runtimeconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"version": "6.0.20"
},
"configProperties": {
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
"System.GC.HeapHardLimit": 2147483648
}
}
}

0 comments on commit 890846e

Please sign in to comment.