set maven mem to 3.1G in test-patch.properties

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1465964 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
nkeywal 2013-04-09 10:57:01 +00:00
parent 6aad836c0e
commit 62e020a997
1 changed files with 1 additions and 1 deletions

View File

@ -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.