mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

abobrov
20.15.2010 d89058f142df8ae7d6075d2d0de67b926727d840
- bump the MEM property to 512Mb to avoid OOM when building on 64b VMs such as Apple MacOS 10.6 SE 6.
1 files modified
2 ■■■ changed files
opends/build.xml 2 ●●● patch | view | raw | blame | history
opends/build.xml
@@ -32,7 +32,7 @@
  </description>
  <!-- Build JVM properties -->
  <property name="MEM" value="256M"/>
  <property name="MEM" value="512M"/>
  <!-- Build OpenDMK properties -->
  <property file="build.properties"/>