You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by nk...@apache.org on 2013/04/09 12:57:01 UTC

svn commit: r1465964 - /hbase/trunk/dev-support/test-patch.properties

Author: nkeywal
Date: Tue Apr  9 10:57:01 2013
New Revision: 1465964

URL: http://svn.apache.org/r1465964
Log:
set maven mem to 3.1G in test-patch.properties

Modified:
    hbase/trunk/dev-support/test-patch.properties

Modified: hbase/trunk/dev-support/test-patch.properties
URL: http://svn.apache.org/viewvc/hbase/trunk/dev-support/test-patch.properties?rev=1465964&r1=1465963&r2=1465964&view=diff
==============================================================================
--- hbase/trunk/dev-support/test-patch.properties (original)
+++ hbase/trunk/dev-support/test-patch.properties Tue Apr  9 10:57:01 2013
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-MAVEN_OPTS="-Xmx3400M"
+MAVEN_OPTS="-Xmx3100M"
 
 # The number of acceptable warning for *all* modules
 # Please update the per-module test-patch.properties if you update this file.