run.sh 912 B

1234567891011121314151617181920
  1. #!/bin/bash
  2. java \
  3. -server \
  4. -XX:+UseNUMA \
  5. -XX:+UseParallelGC \
  6. -XX:+AggressiveOpts \
  7. -Dvertx.disableMetrics=true \
  8. -Dvertx.disableH2c=true \
  9. -Dvertx.disableWebsockets=true \
  10. -Dvertx.flashPolicyHandler=false \
  11. -Dvertx.threadChecks=false \
  12. -Dvertx.disableContextTimings=true \
  13. -Dvertx.disableTCCL=true \
  14. -jar \
  15. target/vertx-web-benchmark-3.5.0-fat.jar \
  16. --instances \
  17. `grep --count ^processor /proc/cpuinfo` \
  18. --conf \
  19. src/main/conf/config.json