From d3f1f032a9ae67370e9fb5e4147c3a96ebc4060d Mon Sep 17 00:00:00 2001 From: Stephane Gamard Date: Thu, 12 Jun 2014 19:14:06 +0200 Subject: [PATCH] SONAR-5007 - Added profile-start script (will only work on OSX so far) --- sonar-server/profile-start.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 sonar-server/profile-start.sh diff --git a/sonar-server/profile-start.sh b/sonar-server/profile-start.sh new file mode 100755 index 00000000000..ba3cee0e495 --- /dev/null +++ b/sonar-server/profile-start.sh @@ -0,0 +1,3 @@ +#!/bin/sh +export MAVEN_OPTS='-Xmx512m -XX:MaxPermSize=160m -agentpath:/Applications/jprofiler8/bin/macos/libjprofilerti.jnilib=port=8849 ' +mvn org.apache.tomcat.maven:tomcat7-maven-plugin::run -Pstart-dev-server,h2 $* -- 2.39.5