Skip to content
This repository was archived by the owner on Sep 19, 2021. It is now read-only.

Commit 8aec058

Browse files
committed
v 1.4.0
1 parent d2444d9 commit 8aec058

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>PixelController</artifactId>
66
<name>PixelController</name>
77
<packaging>jar</packaging>
8-
<version>1.3.2-SNAPSHOT</version>
8+
<version>1.4.0</version>
99
<description>PixelController Driver</description>
1010
<prerequisites>
1111
<maven>2.2.1</maven>

src/build/appstart.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# AppStart options
22

33
# specify JVM options here. Default: none
4-
app.vm.options=-Xmx256m -Djava.util.logging.config.file=./data/logging.properties -Djava.library.path=./lib -Dcom.sun.management.jmxremote.port=1337 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Djava.rmi.server.hostname=127.0.0.1 -Dcom.sun.management.jmxremote -Djava.security.policy=./data/client.policy -XX:ErrorFile=./data/hs_err_pid%p.log -splash:./data/setup/splash.jpg
4+
app.vm.options=-Xmx512m -Djava.util.logging.config.file=./data/logging.properties -Djava.library.path=./lib -Dcom.sun.management.jmxremote.port=1337 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Djava.rmi.server.hostname=127.0.0.1 -Dcom.sun.management.jmxremote -Djava.security.policy=./data/client.policy -XX:ErrorFile=./data/hs_err_pid%p.log -splash:./data/setup/splash.jpg
55
# specify a dir where dependent jar files are found. Default: lib
66
#app.libs.dir=libs
77
# specify additional class path resources. Default: none

0 commit comments

Comments
 (0)