This repository was archived by the owner on Sep 19, 2021. It is now read-only.
Commit 8aec058 1 parent d2444d9 commit 8aec058 Copy full SHA for 8aec058
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
<artifactId >PixelController</artifactId >
6
6
<name >PixelController</name >
7
7
<packaging >jar</packaging >
8
- <version >1.3.2-SNAPSHOT </version >
8
+ <version >1.4.0 </version >
9
9
<description >PixelController Driver</description >
10
10
<prerequisites >
11
11
<maven >2.2.1</maven >
Original file line number Diff line number Diff line change 1
1
# AppStart options
2
2
3
3
# 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
5
5
# specify a dir where dependent jar files are found. Default: lib
6
6
# app.libs.dir=libs
7
7
# specify additional class path resources. Default: none
You can’t perform that action at this time.
0 commit comments