Skip to content

Commit 85ec7d4

Browse files
authored
Merge pull request #12 from boaglio/master
issue #7 - JVM args + lib cleaning
2 parents cd66db7 + 4946ea1 commit 85ec7d4

38 files changed

+1
-1
lines changed

src/JasperStarter/bin/jasperstarter

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ else
2323
fi
2424

2525
#SCRIPTPATH="$(dirname $0)"
26-
java -jar "$HOME_FOLDER/lib/jasperstarter.jar" "$@"
26+
java -jar -Djava.net.preferIPv4Stack=true -Xmx1024m "$HOME_FOLDER/lib/jasperstarter.jar" "$@"

src/JasperStarter/lib/ant-1.9.7.jar

-1.94 MB
Binary file not shown.
-88.2 KB
Binary file not shown.
File renamed without changes.
-294 KB
Binary file not shown.
-517 KB
Binary file not shown.
-251 KB
Binary file not shown.
-137 KB
Binary file not shown.
-10.1 KB
Binary file not shown.
-141 KB
Binary file not shown.

0 commit comments

Comments
 (0)