Skip to content

Commit

Permalink
chore(codegen): generate heap dump on OutOfMemory error (#3317)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Feb 15, 2022
1 parent b77a9b5 commit cc2e4a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codegen/sdk-codegen/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
modelsDirProp=aws-models
defaultsModeConfigOutput=../../packages/smithy-client/src/defaults-mode.ts
org.gradle.jvmargs=-Xmx4g -Xms4g
org.gradle.jvmargs=-XX:+HeapDumpOnOutOfMemoryError

0 comments on commit cc2e4a6

Please sign in to comment.