View | Details | Raw Unified | Return to bug 248004
Collapse All | Expand All

(-)files/patch-build.xml (-2 / +10 lines)
Lines 197-203 Link Here
197
     <!-- creates release tarballs -->
197
     <!-- creates release tarballs -->
198
     <target name="artifacts" depends="_artifacts-init"
198
     <target name="artifacts" depends="_artifacts-init"
199
             description="Create Cassandra release artifacts">
199
             description="Create Cassandra release artifacts">
200
@@ -1923,8 +1999,8 @@
200
@@ -1332,6 +1408,7 @@
201
   <target name="_build-test">
202
     <javac
203
      fork="true"
204
+     memorymaximumsize="512M"
205
      compiler="modern"
206
      debug="true"
207
      debuglevel="${debuglevel}"
208
@@ -1923,8 +2000,8 @@
201
     <exec executable="nproc" outputproperty="cores.count" os="Linux,SunOS,Solaris" failifexecutionfails="false">
209
     <exec executable="nproc" outputproperty="cores.count" os="Linux,SunOS,Solaris" failifexecutionfails="false">
202
       <arg value="--all"/>
210
       <arg value="--all"/>
203
     </exec>
211
     </exec>
Lines 208-214 Link Here
208
       <arg value="-n"/>
216
       <arg value="-n"/>
209
       <arg value="hw.ncpu"/>
217
       <arg value="hw.ncpu"/>
210
     </exec>
218
     </exec>
211
@@ -1944,6 +2020,11 @@
219
@@ -1944,6 +2021,11 @@
212
     <exec executable="sysctl" outputproperty="mem.size" os="Mac,Mac OS X,Darwin" failifexecutionfails="false">
220
     <exec executable="sysctl" outputproperty="mem.size" os="Mac,Mac OS X,Darwin" failifexecutionfails="false">
213
       <arg value="-n"/>
221
       <arg value="-n"/>
214
       <arg value="hw.memsize"/>
222
       <arg value="hw.memsize"/>

Return to bug 248004