tomcat---Invalid maximum heap size 问题

Posted huagee

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了tomcat---Invalid maximum heap size 问题相关的知识,希望对你有一定的参考价值。

在处理tomcat问题时,tomcat无法启动
查看日志如下

[2018-08-17 14:47:01] [info] Invalid maximum heap size: -Xmx4096m
[2018-08-17 14:47:01] [info] The specified size exceeds the maximum representable size.  #指定的大小超过最大可表示的。
[2018-08-17 14:47:01] [395  javajni.c] [error] CreateJavaVM Failed

查看JDk版本
技术分享图片

如果是64位的,最后一行会显示

Java HotSpot(TM) 64-Bit Server VM

由于tomcat安装了服务,所以只能在注册表里更改相关配置
查看原来的配置如下
技术分享图片
可以看到JvmMx最大的内存设置成了4096m,32位不支持这么高
将参数值修改了一下,可以正常启动。
技术分享图片

以上是关于tomcat---Invalid maximum heap size 问题的主要内容,如果未能解决你的问题,请参考以下文章

Codeforces 872B:Maximum of Maximums of Minimums(思维)

[Lintcode]97. Maximum Depth of Binary Tree/[Leetcode]104. Maximum Depth of Binary Tree

53. Maximum Subarray

53. Maximum Subarray

53. Maximum Subarray

Maximum Pairwise Product