We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f345539 commit 15fde46Copy full SHA for 15fde46
bin/objc-petstore.sh
@@ -30,7 +30,7 @@ then
30
fi
31
32
# if you've executed sbt assembly previously it will use that instead.
33
-export JAVA_OPTS="${JAVA_OPTS} -DdebugOperations -XX:MaxPermSize=256M -Xmx1024M -DloggerPath=conf/log4j.properties"
+export JAVA_OPTS="${JAVA_OPTS} -XX:MaxPermSize=256M -Xmx1024M -DloggerPath=conf/log4j.properties"
34
ags="$@ -i modules/swagger-codegen/src/test/resources/2_0/petstore.json -l objc -o samples/client/petstore/objc"
35
36
java $JAVA_OPTS -jar $executable $ags
0 commit comments