這篇文章主要介紹了Confluence怎么擴(kuò)展內(nèi)存,具有一定借鑒價(jià)值,感興趣的朋友可以參考下,希望大家閱讀完這篇文章之后大有收獲,下面讓小編帶著大家一起了解一下。
專業(yè)成都網(wǎng)站建設(shè)公司,做排名好的好網(wǎng)站,排在同行前面,為您帶來(lái)客戶和效益!成都創(chuàng)新互聯(lián)公司為您提供成都網(wǎng)站建設(shè),五站合一網(wǎng)站設(shè)計(jì)制作,服務(wù)好的網(wǎng)站設(shè)計(jì)公司,成都做網(wǎng)站、網(wǎng)站制作負(fù)責(zé)任的成都網(wǎng)站制作公司!
Confluence 有一天晚上突然就不能訪問(wèn)了,前端頁(yè)面提示502 。然后抓緊重啟服務(wù),一切恢復(fù)正常。第二天開(kāi)始查看日志記錄,翻看logs/catalina.out中的日志記錄如下:
03-Dec-2018 01:03:05.107 WARNING [main] org.apache.catalina.core.StandardServer.await StandardServer.await: Invalid command '' received Java HotSpot(TM) 64-Bit Server VM warning: INFO: os::commit_memory(0x00000007a7400000, 83886080, 0) failed; error='Cannot allocate memory' (errno=12) # # There is insufficient memory for the Java Runtime Environment to continue. # Native memory allocation (mmap) failed to map 83886080 bytes for committing reserved memory. # An error report file with more information is saved as: # /opt/atlassian/confluence/bin/hs_err_pid2084.log03-Dec-2018 19:45:07.267 WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server} Setting property 'debug' to '0' did not find a matching property.
說(shuō)是要讓去/opt/atlassian/confluence/bin/hs_err_pid2084.log 下查看具體的錯(cuò)誤內(nèi)容,具體內(nèi)容如下:
```
# 摘錄了一部分日志記錄:
# 部分一:
# Possible reasons:
# The system is out of physical RAM or swap space
# In 32 bit mode, the process size limit was hit
# Possible solutions:
# Reduce memory load on the system
# Increase physical memory or swap space
# Check if swap backing store is full
# Use 64 bit Java on a 64 bit OS
# Decrease Java heap size (-Xmx/-Xms)
# Decrease number of Java threads
# Decrease Java thread stack sizes (-Xss)
# Set larger code cache with -XX:ReservedCodeCacheSize=
# This output file may be truncated or incomplete.
#
# Out of Memory Error (os_linux.cpp:2627), pid=2084, tid=0x00007f89ff5d7700
# 部分二:
Memory: 4k page, physical 16333788k(136664k free), swap 0k(0k free)
vm_info: Java HotSpot(TM) 64-Bit Server VM (25.112-b15) for linux-amd64 JRE (1.8.0_112-b15), built on Sep 22 2016 21:10:53 by "java_re" with gcc 4.3.0 20080428 (Red Hat 4.3.0-8)
time: Mon Dec 3 19:37:07 2018
```
從第二個(gè)日志記錄里,我們能看到提示內(nèi)存不足的可能原因及處理方法。
先升級(jí)Confluence所在機(jī)器的物理內(nèi)存。
重點(diǎn)
然后修改Confluence的VM中的內(nèi)存配置,修改方法如下: 第一步:
關(guān)閉Confluence 和 Nginx 服務(wù)(如果有)
第二步:
找到Confluence安裝路徑下的/confluence/bin/setenv.sh 文件,修改文件中的如圖選項(xiàng):
修改前一定要備份文件
主要修改Xmx
后的數(shù)字,根據(jù)你的Confluence版本不同,這個(gè)選項(xiàng)有略微不同,截圖里顯示了不同版本對(duì)應(yīng)的配置選項(xiàng)。我的是Confluence6.1 ,所以我的配置是:CATALINA_OPTS="-Xms4096m -Xmx16384m -XX:+UseG1GC ${CATALINA_OPTS}"
這個(gè)Xmx
后的數(shù)字修改規(guī)則為,物理內(nèi)存的一般,可以略微調(diào)大一點(diǎn)
第三步:
啟動(dòng)Nginx 和 Confluence 服務(wù),如果服務(wù)正常,就可以使用了
檢驗(yàn)方式可以在Confluence的后臺(tái)【一般配置】系統(tǒng)信息里的Java 棧堆 看到內(nèi)存擴(kuò)展后的數(shù)據(jù)。也可以ps aux | grep java
內(nèi)存不足可能會(huì)引發(fā)Confluence一系列的問(wèn)題,建議有問(wèn)題,先排查內(nèi)存問(wèn)題
感謝你能夠認(rèn)真閱讀完這篇文章,希望小編分享的“Confluence怎么擴(kuò)展內(nèi)存”這篇文章對(duì)大家有幫助,同時(shí)也希望大家多多支持創(chuàng)新互聯(lián),關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道,更多相關(guān)知識(shí)等著你來(lái)學(xué)習(xí)!