Skip to content
Snippets Groups Projects
Commit 39e97ffa authored by tcarver's avatar tcarver
Browse files

increase memory

parent 07c2a799
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ CLASSPATH="$CLASSPATH:$ARTEMIS_HOME/lib/ibatis/ibatis-2.3.4.726.jar:$ARTEMIS_HOM ...@@ -34,7 +34,7 @@ CLASSPATH="$CLASSPATH:$ARTEMIS_HOME/lib/ibatis/ibatis-2.3.4.726.jar:$ARTEMIS_HOM
CLASSPATH="$CLASSPATH:$ARTEMIS_HOME/lib/picard/picard.jar" CLASSPATH="$CLASSPATH:$ARTEMIS_HOME/lib/picard/picard.jar"
export CLASSPATH export CLASSPATH
FLAGS="-mx1024m -ms20m -Djdbc.drivers=org.postgresql.Driver -Dibatis" FLAGS="-mx2048m -ms20m -Djdbc.drivers=org.postgresql.Driver -Dibatis"
DEFAULT_CONNECTION="-Dchado=db.genedb.org:5432/snapshot?genedb_ro -Dread_only" DEFAULT_CONNECTION="-Dchado=db.genedb.org:5432/snapshot?genedb_ro -Dread_only"
while test $# != 0 while test $# != 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment