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.53\bin\hs_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

最新文章

  1. Canvas基础认识
  2. SQL compute by 的使用
  3. 后台管理UI推荐
  4. 字符串匹配算法——KMP、BM、Sunday
  5. 修改mysql编码为UTF-8
  6. QT的radioButton组的使用
  7. [译]Why do people write #!/usr/bin/env python on the first line of a Python script?
  8. 11.python线程
  9. Mac homebrew-1.5以后安装php扩展的方法
  10. html5+css基础
  11. display: table-cell的实用应用
  12. 机器学习三剑客之matplotlib 数据绘图展示
  13. Vue(基础七)_webpack(webpack异步加载原理)
  14. Centos7.5部署MySQL5.7基于GTID主从复制+并行复制+半同步复制+读写分离(ProxySQL) 环境- 运维笔记 (完整版)
  15. 【转】python 修改os环境变量
  16. STL简洁 && c++读取cfg文件
  17. PHP:判断客户端是否使用代理服务器及其匿名级别
  18. Docker集群管理(二)—— docker+swarm+etcd+shipyard
  19. MPU6050读取FIFI数据时mpu_dmp_get_data的返回值一直是1
  20. POJ1125-Stockbroker Grapevine Floyd算法多源最短路径

热门文章

  1. Codeforces 1067E - Random Forest Rank(找性质+树形 dp)
  2. Codeforces 750E - New Year and Old Subsequence(线段树维护矩阵乘法,板子题)
  3. linux 网络配置管理
  4. jmeter+ant输出测试报告
  5. tensoboard [Errno 22] Invalid argument 以及 Invalid format string问题解决
  6. 3步!完成WordPress博客迁移与重新部署
  7. 4.1 python中调用rust程序
  8. android:textAppearance解析
  9. ubantu上编辑windows程序
  10. SQL模糊查询语句和Escape转义字符