changeset 22:fd29e12b3a2e

give Maven's VM more room to breathe
author Dirk Olmes <dirk@xanthippe.ping.de>
date Fri, 10 Feb 2012 10:07:59 +0100
parents ee88f708d3ce
children 7593aefb6142
files zshrc-maven
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/zshrc-maven	Mon Jan 30 12:07:35 2012 +0100
+++ b/zshrc-maven	Fri Feb 10 10:07:59 2012 +0100
@@ -2,6 +2,8 @@
 # zshrc for Maven
 #
 
+export MAVEN_OPTS="-Xmx768m"
+
 switchMaven() {
     local maven_version="$1"
     local new_path=`removeFromPath "maven"`