You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by br...@apache.org on 2013/08/19 08:59:47 UTC

svn commit: r1515288 - /ace/trunk/run-server-allinone/server-allinone.bndrun

Author: bramk
Date: Mon Aug 19 06:59:47 2013
New Revision: 1515288

URL: http://svn.apache.org/r1515288
Log:
ACE-342 Disable the yourkit profiling agent by default

Modified:
    ace/trunk/run-server-allinone/server-allinone.bndrun

Modified: ace/trunk/run-server-allinone/server-allinone.bndrun
URL: http://svn.apache.org/viewvc/ace/trunk/run-server-allinone/server-allinone.bndrun?rev=1515288&r1=1515287&r2=1515288&view=diff
==============================================================================
--- ace/trunk/run-server-allinone/server-allinone.bndrun (original)
+++ ace/trunk/run-server-allinone/server-allinone.bndrun Mon Aug 19 06:59:47 2013
@@ -73,4 +73,6 @@
 	org.apache.felix.log.maxSize=1000,\
 	launch.keep=true,\
 	launch.storage.dir=bundle-cache
--runvm: -Xmx1G -agentpath:/Applications/YourKit_Java_Profiler_12.0.5.app/bin/mac/libyjpagent.jnilib
\ No newline at end of file
+
+# Enable Yourkit profiling
+#-runvm: -Xmx1G -agentpath:/Applications/YourKit_Java_Profiler_12.0.5.app/bin/mac/libyjpagent.jnilib
\ No newline at end of file