mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 06:22:01 -08:00
dev: added actual default settings for client/server run scripts
This commit is contained in:
parent
4c4c250c32
commit
6768218038
8 changed files with 8 additions and 9 deletions
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
cd "`dirname "$0"`"
|
||||
|
||||
java -Xms256m -Xmx512m -Dfile.encoding=UTF-8 -jar ./lib/mage-client-${project.version}.jar &
|
||||
java -Xmx1024m -Dfile.encoding=UTF-8 -Djava.net.preferIPv4Stack=true -jar ./lib/mage-client-${project.version}.jar &
|
||||
Loading…
Add table
Add a link
Reference in a new issue