- scloader is running often out of memory, increase maximum jvm heapsize to 512mb

PR:		123712
Submitted by:	maintainer
This commit is contained in:
Martin Wilke 2008-05-15 20:05:23 +00:00
parent 5993e14e7c
commit 0fc0ab36ee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213094
2 changed files with 2 additions and 1 deletions

View file

@ -7,6 +7,7 @@
PORTNAME= scloader
PORTVERSION= 0.31
PORTREVISION= 1
CATEGORIES= www java
MASTER_SITES= SF
DISTNAME= loader${PORTVERSION:C/\.//}

View file

@ -1,3 +1,3 @@
#! /bin/sh
exec "%%JAVA%%" -jar "%%JAVAJARDIR%%/scloader.jar" $@
exec "%%JAVA%%" -mx512m -jar "%%JAVAJARDIR%%/scloader.jar" $@