From d89058f142df8ae7d6075d2d0de67b926727d840 Mon Sep 17 00:00:00 2001
From: abobrov <abobrov@localhost>
Date: Wed, 20 Jan 2010 18:15:16 +0000
Subject: [PATCH] - bump the MEM property to 512Mb to avoid OOM when building on 64b VMs such as Apple MacOS 10.6 SE 6.
---
opends/build.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/opends/build.xml b/opends/build.xml
index 3246fa1..174c940 100644
--- a/opends/build.xml
+++ b/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"/>
@@ -975,7 +975,7 @@
<jar jarfile="${pdir}/lib/${SHORT_NAME}.jar"
basedir="${classes.dir}"
- excludes="${ads.classes.dir}, ${quicksetup.globalcompile.classes.dir}, org/opends/server/snmp/**,**/*_fr.properties,**/*_ja.properties,**/*_de.properties,**/*_es.properties,**/*_zh_TW.properties,**/*_zh_CN.properties,**/*_ko.properties,**/*_pl.properties,**/*_ca_ES.properties"
+ excludes="${ads.classes.dir}, ${quicksetup.globalcompile.classes.dir}, org/opends/server/snmp/**,**/*_fr.properties,**/*_ja.properties,**/*_de.properties,**/*_es.properties,**/*_zh_TW.properties,**/*_zh_CN.properties,**/*_ko.properties,**/*_pl.properties,**/*_ca_ES.properties"
compress="true" index="true" />
<jar jarfile="${pdir}/lib/${SHORT_NAME}_fr.jar"
@@ -1056,7 +1056,7 @@
<copy file="${pdir}/config/config.ldif"
tofile="${pdir}/config/upgrade/config.ldif.${REVISION_NUMBER}" />
-
+
<!-- Create buildinfo files -->
<echo message="${MAJOR_VERSION}.${MINOR_VERSION}.${POINT_VERSION}.${REVISION_NUMBER}"
file="${pdir}/config/buildinfo" />
--
Gitblit v1.10.0