Changeset 688 for DCWoRMS/trunk


Ignore:
Timestamp:
11/30/12 14:29:12 (12 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/trunk/build.xml

    r477 r688  
    2424                <pathelement path="${jars}/TimetableChart.jar" /> 
    2525                <pathelement path="${jars}/joda-time/joda-time-1.6.jar" /> 
     26                <pathelement path="${jars}/log4j-1.2.13.jar" /> 
    2627                <pathelement path="${jars}/castor-1.3.3-RC1/castor-1.3.3-RC1-codegen.jar" /> 
    2728                <pathelement path="${jars}/castor-1.3.3-RC1/castor-1.3.3-RC1-core.jar" /> 
     
    144145                <java classname="simulator.DataCenterWorkloadSimulator" classpath="${build}/classes" fork="true"> 
    145146                        <arg file="${properties.file}" /> 
     147                        <jvmarg value="-Xms512M"/>   
     148                        <jvmarg value="-Xmx2044M"/>   
    146149                        <classpath> 
    147150                                <path refid="class.path" /> 
Note: See TracChangeset for help on using the changeset viewer.