当前位置:网站首页>[confluence] JVM memory adjustment
[confluence] JVM memory adjustment
2022-07-07 19:37:00 【cindysz110】
background :Confluence 7.16.2 Data Center edition , The default installation is JVM Memory set to 1024M, When the number of simultaneous access users is large , The service is stuck , Journal JVM OutOfMemoryError.
Problem solving : modify Confluence The configuration file , increase JVM Memory .
step :
1) stop it Confluence service
[[email protected] ~]# cd /data/atlassian/confluence/bin
[[email protected] bin]# ./stop-confluence.sh2) modify Confluence The configuration file
[[email protected] bin]# vi /data/atlassian/confluence/bin/setenv.sh
modify CATALINA_OPTS="-Xms1024m -Xmx1024m ${CATALINA_OPTS}"
by CATALINA_OPTS="-Xms8g -Xmx8g ${CATALINA_OPTS}"explain :
- -Xms:Java Heap Maximum , The default is physical memory 1/4, The best setting depends on the size of the physical memory and other memory overhead in the computer
- -Xmx:Java Heap Initial value ,Server End JVM It is best to -Xms and -Xmx Set to the same value , Develop a test machine JVM You can keep the default value
3) start-up Confluence service
|
After the service starts successfully , You can log in with an administrator account , Get into General configuration - system information see JVM Whether the memory configuration is modified successfully .
边栏推荐
- Numpy——2. Shape of array
- Research and practice of super-resolution technology in the field of real-time audio and video
- 杰理之开机自动配对【篇】
- 让这个 CRMEB 单商户微信商城系统火起来,太好用了!
- Kirin Xin'an won the bid for the new generation dispatching project of State Grid!
- 超分辨率技术在实时音视频领域的研究与实践
- LeetCode 535(C#)
- UCloud是基础云计算服务提供商
- # 欢迎使用Markdown编辑器
- Big Ben (Lua)
猜你喜欢
![[tpm2.0 principle and Application guide] Chapter 16, 17 and 18](/img/7a/b16549590e6445d9199c8000d47d36.png)
[tpm2.0 principle and Application guide] Chapter 16, 17 and 18

Responsibility chain model - unity
![Jerry's headphones with the same channel are not allowed to pair [article]](/img/7d/3dcd9c7df583944e1d765b67543eb1.png)
Jerry's headphones with the same channel are not allowed to pair [article]

从39个kaggle竞赛中总结出来的图像分割的Tips和Tricks
![[Verilog advanced challenge of Niuke network question brushing series] ~ multi bit MUX synchronizer](/img/7d/ed9a5c536b4cc1913fb69640afb98d.png)
[Verilog advanced challenge of Niuke network question brushing series] ~ multi bit MUX synchronizer

博睿数据入选《2022爱分析 · IT运维厂商全景报告》

Pasqal首席技术官:模拟量子计算率先为工业带来量子优势

杰理之相同声道的耳机不允许配对【篇】

Kirin Xin'an cloud platform is newly upgraded!

Numpy——axis
随机推荐
Chief technology officer of Pasqual: analog quantum computing takes the lead in bringing quantum advantages to industry
LeetCode 535(C#)
杰理之相同声道的耳机不允许配对【篇】
2022.07.05
648. 单词替换
LeetCode 648(C#)
Numpy——2. Shape of array
Big Ben (Lua)
First time in China! The language AI strength of this Chinese enterprise is recognized as No.2 in the world! Second only to Google
Matplotlib drawing 3D graphics
L1-023 output gplt (Lua)
R语言使用ggplot2函数可视化需要构建泊松回归模型的计数目标变量的直方图分布并分析构建泊松回归模型的可行性
2022.07.04
Research and practice of super-resolution technology in the field of real-time audio and video
让这个 CRMEB 单商户微信商城系统火起来,太好用了!
POJ 1182: food chain (parallel search) [easy to understand]
Seize Jay Chou
爬虫实战(七):爬王者英雄图片
Netease Yunxin participated in the preparation of the standard "real time audio and video service (RTC) basic capability requirements and evaluation methods" issued by the Chinese Academy of Communica
杰理之手动配对方式【篇】