zoukankan      html  css  js  c++  java
  • Java Heap Dump On OutOfMemoryError

    -XX:+HeapDumpOnOutOfMemoryError

    Batch

    "C:Program FilesJavajdk1.8.0_162injava.exe" -XX:+HeapDumpOnOutOfMemoryError -Xmx1024m -Dfile.encoding=UTF-8 -Duser.country=CN -Duser.language=zh -Duser.variant -cp D:gradle-4.1-all-qnxgdslibgradle-launcher-4.1.jar org.gradle.launcher.daemon.bootstrap.GradleDaemon 4.1-rc-2
    "C:Program FilesJavajdk1.8.0_162injavaw.exe" -Dspring.output.ansi.enabled=always -Dfile.encoding=GBK -classpath ".;D:workspace-sts-3.9.3.RELEASE.metadata.pluginsorg.springframework.ide.eclipse.bootinstallsspring-boot-cli-1.5.9.RELEASE-binspring-1.5.9.RELEASElibext;D:workspace-sts-3.9.3.RELEASE.metadata.pluginsorg.springframework.ide.eclipse.bootinstallsspring-boot-cli-1.5.9.RELEASE-binspring-1.5.9.RELEASElibspring-boot-cli-1.5.9.RELEASE.jar" org.springframework.boot.loader.JarLauncher cloud hystrixdashboard --deployer=thin -- --logging.level.org.springframework.cloud.launcher.deployer=DEBUG --spring.cloud.launcher.deployables.hystrixdashboard.properties.spring.cloud.deployer.local.javaOpts=-Dspring.output.ansi.enabled=always

    Bash

    java -XX:+HeapDumpOnOutOfMemoryError -Xmx1024m -Dfile.encoding=UTF-8 -Duser.country=CN -Duser.language=zh -Duser.variant -cp /mnt/d/gradle-4.1-all-qnxgds/lib/gradle-launcher-4.1.jar org.gradle.launcher.daemon.bootstrap.GradleDaemon 4.1-rc-2

      cd /mnt/d/workspace-sts-3.9.3.RELEASE/.metadata/.plugins/org.springframework.ide.eclipse.boot/installs/spring-boot-cli-1.5.9.RELEASE-bin/spring-1.5.9.RELEASE/

    
    

      java -Dspring.output.ansi.enabled=always -Dfile.encoding=GBK -classpath ".;/mnt/d/workspace-sts-3.9.3.RELEASE/.metadata/.plugins/org.springframework.ide.eclipse.boot/installs/spring-boot-cli-1.5.9.RELEASE-bin/spring-1.5.9.RELEASE/lib/ext;/mnt/d/workspace-sts-3.9.3.RELEASE/.metadata/.plugins/org.springframework.ide.eclipse.boot/installs/spring-boot-cli-1.5.9.RELEASE-bin/spring-1.5.9.RELEASE/lib/spring-boot-cli-1.5.9.RELEASE.jar" org.springframework.boot.loader.JarLauncher cloud hystrixdashboard --deployer=thin -- --logging.level.org.springframework.cloud.launcher.deployer=DEBUG --spring.cloud.launcher.deployables.hystrixdashboard.properties.spring.cloud.deployer.local.javaOpts=-Dspring.output.ansi.enabled=always

     
  • 相关阅读:
    Class StatusesTableSeeder does not exist 如何解决
    Heroku 如何上重置 PostgreSQL 数据库
    git强制push
    Heroku登录失败
    将手机替换为*号
    使用TP自带缓存时。出现第一次拿不到数据。
    PHP实现查看邮件是否被阅读
    使用file_get_contents下载图片
    介绍几款开源好用的产品
    查看光纤卡wwn号【转载】
  • 原文地址:https://www.cnblogs.com/rgqancy/p/9089008.html
Copyright © 2011-2022 走看看