Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ### SERVER OPTIONS ###
- # Set this property to false to disable session debug
- -DsessionDebugEnabled=false
- # Disable SSLv3
- -Djdk.tls.client.protocols="TLSv1,TLSv1.1,TLSv1.2"
- ### JVM OPTIONS ###
- -Xmx3096M
- -Xms2048M
- # Used CMS GC
- -XX:NewSize=512m -XX:MaxNewSize=512m
- # Disable heuristic rules
- # Reduce Old Gen threshold
- #-Xcheck:jni
- # Can be a better GC setting to avoid long pauses
- #
- #-XX:+CMSIncrementalMode
- #-XX:+UseParNewGC"
- # Uncomment to fix multicast crosstalk problem when streams share multicast port
- -Djava.net.preferIPv4Stack=true
- # Default monitoring port is 50999. Make sure the port is closed on firewall. Use ssh tunel for the monitoring.
- -Dcom.sun.management.jmxremote=true
- -Dcom.sun.management.jmxremote.local.only=false
- -Dcom.sun.management.jmxremote.ssl=false
- -Dcom.sun.management.jmxremote.authenticate=false
- -Dcom.sun.management.jmxremote.port=50999
- -Djava.rmi.server.hostname=localhost
- -XX:ErrorFile=/usr/local/FlashphonerWebCallServer/logs/error%p.log
- -Xlog:gc*:/usr/local/FlashphonerWebCallServer/logs/gc-core.log:time
- # Proxy configuration
- #-Dhttps.proxyHost="192.168.1.1"
- #-Dhttps.proxyPort="3128"
- #-Dhttp.proxyHost="192.168.1.1"
- #-Dhttp.proxyPort="3128"
- #-Dhttp.nonProxyHosts="localhost|127.0.0.1|10.*|169.254.169.254"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement