当前位置:网站首页>Error occurred during initialization of VM Could not reserve enough space for object heap
Error occurred during initialization of VM Could not reserve enough space for object heap
2022-07-06 16:49:00 【Daily enlightenment】
Start up project error :Error occurred during initialization of VM Could not reserve enough space for object heap.
Solution :
modify tomcat The corresponding file in :

Add this line of code :

set JAVA_OPTS=-server -Xms512m -Xmx512m -XX:PermSize=256m -XX:MaxPermSize=256m
边栏推荐
- 第2章 HFDS的Shell操作
- Cmake Express
- 7-10 punch in strategy
- 视频压缩编码和音频压缩编码基本原理
- LeetCode 1020. Number of enclaves
- 7-12 inventory code base
- LeetCode 1447. Simplest fraction
- ~87 animation
- (lightoj - 1349) Aladdin and the optimal invitation (greed)
- Research Report on hearing health care equipment industry - market status analysis and development prospect prediction
猜你喜欢

Solve the problem that intel12 generation core CPU single thread only runs on small cores

字节跳动新程序员成长秘诀:那些闪闪发光的宝藏mentor们

Chapter 2 shell operation of hfds

MP4格式详解

~86m rabbit practice

7-10 punch in strategy

Audio and video development interview questions

Sublime text code formatting operation

~81 long table

CMake速成
随机推荐
LeetCode 1984. Minimum difference in student scores
LeetCode 1552. Magnetic force between two balls
两个礼拜速成软考中级软件设计师经验
Tencent interview algorithm question
Spark的RDD(弹性分布式数据集)返回大结果集
Audio and video development interview questions
Submit several problem records of spark application (sparklauncher with cluster deploy mode)
Tree of life (tree DP)
简单尝试DeepFaceLab(DeepFake)的新AMP模型
~72 horizontal and vertical alignment of text
7-6 sum of combinatorial numbers
我走过最迷的路,是字节跳动程序员的脑回路
(lightoj - 1349) Aladdin and the optimal invitation (greed)
Chapter 5 yarn resource scheduler
Mp4 format details
Solve the problem of intel12 generation core CPU [small core full, large core onlookers] (win11)
Codeforces Global Round 19
Chapter III principles of MapReduce framework
第2章 HFDS的Shell操作
Continue and break jump out of multiple loops