zoukankan      html  css  js  c++  java
  • 启动配置

    /usr/local/java/jdk1.8.0_05/bin/java -Djava.util.logging.config.file=/usr/local/advertSystem_tomcat/advertSystem_11001/conf/logging.properties -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -server -Xms8G -Xmx8G -XX:+DisableExplicitGC -verbose:gc -Xloggc:/data/advertSystem/log/advertSystem_11001/gc.%t.log -XX:+PrintHeapAtGC -XX:+PrintTenuringDistribution -XX:+PrintGCApplicationStoppedTime -XX:+PrintGCTaskTimeStamps -XX:+PrintGCDetails -XX:+PrintGCDateStamps -XX:PermSize=128m -XX:MaxPermSize=128m -XX:NewRatio=4 -XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=8 -XX:+UseCMSInitiatingOccupancyOnly -XX:CMSInitiatingOccupancyFraction=70 -XX:ParallelGCThreads=19 -XX:ConcGCThreads=19 -XX:-UseGCOverheadLimit -XX:+UseParNewGC -XX:+UnlockCommercialFeatures -XX:+FlightRecorder -XX:+UseConcMarkSweepGC -XX:CMSFullGCsBeforeCompaction=1 -XX:+CMSParallelRemarkEnabled -XX:+CMSScavengeBeforeRemark -XX:+ParallelRefProcEnabled -XX:+UseCMSCompactAtFullCollection -XX:CMSMaxAbortablePrecleanTime=6000 -XX:CompileThreshold=10 -XX:MaxInlineSize=1024 -Dsun.net.client.defaultConnectTimeout=60000 -Dsun.net.client.defaultReadTimeout=60000 -Dnetworkaddress.cache.ttl=300 -Dsun.net.inetaddr.ttl=300 -Djsse.enableCBCProtection=false -Dtomcat.logs.dir=/data/advertSystem/log/advertSystem_11001 -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/data/advertSystem/dump/heapadvertSystem_11001 -Djava.security.egd=file:/dev/./urandom -Dfile.encoding=UTF8 -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.access.file=/usr/local/java/jdk1.8.0_05/jre/lib/management/jmxremote.access -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Djava.rmi.server.hostname=10.27.38.10 -Dorg.apache.juli.AsyncMaxRecordCount=50000 -Dtomcat.pid=tomcat-advertSystem-advertSystem_11001.pid -Djava.endorsed.dirs=/usr/local/advertSystem_tomcat/advertSystem_11001/endorsed -classpath /usr/local/advertSystem_tomcat/advertSystem_11001/bin/bootstrap.jar:/usr/local/advertSystem_tomcat/advertSystem_11001/bin/tomcat-juli.jar -Dcatalina.base=/usr/local/advertSystem_tomcat/advertSystem_11001 -Dcatalina.home=/usr/local/advertSystem_tomcat/advertSystem_11001 -Djava.io.tmpdir=/usr/local/advertSystem_tomcat/advertSystem_11001/temp org.apache.catalina.startup.Bootstrap start

  • 相关阅读:
    Vue.js中使用iView日期选择器并设置开始时间结束时间校验
    侠客行
    myJRebel 已不可用
    开发.NET Core NuGet包并实现CI/CD
    独立部署GeoWebCache
    GeoServer中GeoWebCache(GWC)的使用
    使用VS Code编写Markdown文件
    GitHub团队协作流程
    打包发布到NPM并通过CDN访问
    使用VS Code编写Markdown文件
  • 原文地址:https://www.cnblogs.com/xuxu-dragon/p/13434851.html
Copyright © 2011-2022 走看看