Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Increase memory for pilon
· d8489cf3
Andreas Tille
authored
Nov 26, 2018
d8489cf3
Upload to unstable
· 691e0fae
Andreas Tille
authored
Nov 26, 2018
691e0fae
Show whitespace changes
Inline
Side-by-side
debian/bin/pilon
View file @
691e0fae
...
...
@@ -7,4 +7,5 @@ export JAVA_CMD=java
# Include the wrappers utility script
.
/usr/lib/java-wrappers/java-wrappers.sh
run_java
-Xms128M
-Xmx1G
-jar
/usr/share/java/pilon.jar
"
$@
"
# For memory setting see https://github.com/rrwick/Unicycler/issues/63
run_java
-Xms128M
-Xmx16384m
-jar
/usr/share/java/pilon.jar
"
$@
"
debian/changelog
View file @
691e0fae
pilon (1.22+dfsg-3)
UNRELEASED
; urgency=medium
pilon (1.22+dfsg-3)
unstable
; urgency=medium
* Drop versoin restriction from default-jre
* Increase memory for pilon
-- Andreas Tille <tille@debian.org>
Su
n, 2
1 Oct
2018 1
0:41:20
+0
2
00
-- Andreas Tille <tille@debian.org>
Mo
n, 2
6 Nov
2018 1
3:02:06
+0
1
00
pilon (1.22+dfsg-2) unstable; urgency=medium
...
...