Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@1944 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
pmuir committed Mar 12, 2009
1 parent a26a62e commit a6c36a1
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions jboss-as/build.properties
@@ -1,8 +1,14 @@
# Container a number of properties associated with installing Web Beans into JBoss AS and running the TCK in JBoss AS
#jboss.home=/Applications/jboss-5.0.1.GA
java.opts=-Xms128m -Xmx256m -XX:MaxPermSize=128m -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 # recommended minimum JAVA_OPTS for running JBoss with the TCK
# jboss.shutdown.delay=15000 # time to allow before attempting to restart JBoss AS
# jboss.deployments.restart = 25 # maximum number of TCK tests to deploy before restarting JBoss AS

# recommended minimum JAVA_OPTS for running JBoss with the TCK
java.opts=-Xms128m -Xmx256m -XX:MaxPermSize=128m -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000

# time to allow before attempting to restart JBoss AS
# jboss.shutdown.delay=15000

# maximum number of TCK tests to deploy before restarting JBoss AS
# jboss.deployments.restart = 25
webbeans-ri-int.version=5.2.0.BETA1
webbeans.version=1.0.0.BETA1
jboss-ejb3.version=1.0.0
Expand Down

0 comments on commit a6c36a1

Please sign in to comment.