Skip to content

Commit

Permalink
APIS-4688 - Removed CMSClassUnloadingEnabled option from run_all_test…
Browse files Browse the repository at this point in the history
…s.sh
  • Loading branch information
anjumabbas5 committed Mar 20, 2020
1 parent cb0a8ba commit 3e3ec6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_all_tests.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash

export SBT_OPTS="-XX:+CMSClassUnloadingEnabled -XX:MaxMetaspaceSize=1G"
export SBT_OPTS="-XX:MaxMetaspaceSize=1G"
sbt clean coverage test acceptance:test coverageReport

0 comments on commit 3e3ec6f

Please sign in to comment.