zoukankan      html  css  js  c++  java
  • tomcat启动报错There is insufficient memory for the Java Runtime Environment to continue

    tomcat启动报错后显示以下错误

    #
    # There is insufficient memory for the Java Runtime Environment to continue.
    # Native memory allocation (malloc) failed to allocate 1297136 bytes for Chunk::new
    # An error report file with more information is saved as:
    # D:apache-tomcat-6.0.53inhs_err_pid44888.log
    Disconnected from the target VM, address: '127.0.0.1:62185', transport: 'socket'
    Disconnected from server

    这是由于tomcat启动内存不足,需要增加tomcat启动内存,如果是IDEA开发工具的话  增加  : -server -XX:PermSize=256M -XX:MaxPermSize=512M

  • 相关阅读:
    exchangeNetwork
    VRP OS Management
    filleSystemBasises
    Study_way
    1.MySQL 安装
    7.进程池与线程池
    6.线程
    5.进程 -锁
    4.进程-1
    3.多线程TCP协议与加密方式
  • 原文地址:https://www.cnblogs.com/pxblog/p/13215260.html
Copyright © 2011-2022 走看看