主頁 > 知識(shí)庫 > mongodb錯(cuò)誤tcmalloc: large alloc out of memory, printing stack and exiting解決辦法

mongodb錯(cuò)誤tcmalloc: large alloc out of memory, printing stack and exiting解決辦法

熱門標(biāo)簽:兗州電話外呼營銷系統(tǒng) 機(jī)器人外呼系統(tǒng)軟件存在問題 南京400電話怎樣辦理 徐州ai電銷機(jī)器人原理 智能電銷機(jī)器人銷售話術(shù) 企業(yè)智能外呼系統(tǒng)價(jià)格多少 沈陽營銷電銷機(jī)器人招商 福州電銷機(jī)器人源代碼 高德地圖標(biāo)注商戶位置

最近Mongodb會(huì)經(jīng)常突然掛掉,檢查日志發(fā)現(xiàn)如下的錯(cuò)誤:

復(fù)制代碼 代碼如下:

tcmalloc: large alloc 2061584302080 bytes == (nil) @
Tue Nov 26 17:45:04.539 out of memory, printing stack and exiting:
0xdddd81 0x6cfb4e 0x121021d 0xafcc1f 0xaf815f 0xaf8d1d 0xaf8e0f 0xaf52ae 0xaf53c9 0xb1eb11 0x8ab6a2 0x8d78ca 0x8d951d 0x8daa72 0xa80970 0xa8523c 0x9f9079 0x9fa5a3 0x6e8b88 0xdca34e
 ./mongod(_ZN5mongo15printStackTraceERSo+0x21) [0xdddd81]
 ./mongod(_ZN5mongo14my_new_handlerEv+0x3e) [0x6cfb4e]
 ./mongod(_Znwm+0x6d) [0x121021d]
 ./mongod(_ZNSt6vectorIN5mongo18DocumentSourceSort9KeyAndDocESaIS2_EE7reserveEm+0x6f) [0xafcc1f]
 ./mongod(_ZN5mongo18DocumentSourceSort12populateTopKEv+0x6f) [0xaf815f]
 ./mongod(_ZN5mongo18DocumentSourceSort8populateEv+0x2d) [0xaf8d1d]
 ./mongod(_ZN5mongo18DocumentSourceSort3eofEv+0xf) [0xaf8e0f]
 ./mongod(_ZN5mongo18DocumentSourceSkip7skipperEv+0x6e) [0xaf52ae]
 ./mongod(_ZN5mongo18DocumentSourceSkip3eofEv+0x9) [0xaf53c9]
 ./mongod(_ZN5mongo8Pipeline3runERNS_14BSONObjBuilderERSs+0x1b1) [0xb1eb11]
 ./mongod(_ZN5mongo15PipelineCommand3runERKSsRNS_7BSONObjEiRSsRNS_14BSONObjBuilderEb+0x132) [0x8ab6a2]
 ./mongod(_ZN5mongo12_execCommandEPNS_7CommandERKSsRNS_7BSONObjEiRSsRNS_14BSONObjBuilderEb+0x3a) [0x8d78ca]
 ./mongod(_ZN5mongo7Command11execCommandEPS0_RNS_6ClientEiPKcRNS_7BSONObjERNS_14BSONObjBuilderEb+0x71d) [0x8d951d]
 ./mongod(_ZN5mongo12_runCommandsEPKcRNS_7BSONObjERNS_11_BufBuilderINS_16TrivialAllocatorEEERNS_14BSONObjBuilderEbi+0x5f2) [0x8daa72]
 ./mongod(_ZN5mongo11runCommandsEPKcRNS_7BSONObjERNS_5CurOpERNS_11_BufBuilderINS_16TrivialAllocatorEEERNS_14BSONObjBuilderEbi+0x40) [0xa80970]
 ./mongod(_ZN5mongo8runQueryERNS_7MessageERNS_12QueryMessageERNS_5CurOpES1_+0xd7c) [0xa8523c]
 ./mongod() [0x9f9079]
 ./mongod(_ZN5mongo16assembleResponseERNS_7MessageERNS_10DbResponseERKNS_11HostAndPortE+0x383) [0x9fa5a3]
 ./mongod(_ZN5mongo16MyMessageHandler7processERNS_7MessageEPNS_21AbstractMessagingPortEPNS_9LastErrorE+0x98) [0x6e8b88]
 ./mongod(_ZN5mongo17PortMessageServer17handleIncomingMsgEPv+0x42e) [0xdca34e]

內(nèi)存溢出了,一開始我以為是有些排序沒有加索引,后來一些地方加了索引后還是會(huì)出現(xiàn),細(xì)想了下,如果是沒加索引的話,是不會(huì)讓整個(gè)Mongodb宕機(jī)的。

后來在Mongodb的issue上查到了這樣一條提交的bug清單SERVER-10136(https://jira.mongodb.org/browse/SERVER-10136)。

原來aggregation如果傳遞一個(gè)$skip特別大的值的時(shí)候,就會(huì)內(nèi)存溢出。我看到這個(gè)bug已經(jīng)被修復(fù)了,不過是在2.5.2版本,最新的穩(wěn)定版是2.4.8。所以我們需要在自己的應(yīng)用程序里面控制,讓$skip的值不要超出總長(zhǎng)。

您可能感興趣的文章:
  • MongoDb的"not master and slaveok=false"錯(cuò)誤及解決方法
  • 解決啟動(dòng)MongoDB錯(cuò)誤:error while loading shared libraries: libstdc++.so.6:cannot open shared object file:
  • 關(guān)于Mongodb參數(shù)說明與常見錯(cuò)誤處理的總結(jié)
  • Mongodb常見錯(cuò)誤與解決方法小結(jié)(Mongodb中經(jīng)常出現(xiàn)的錯(cuò)誤)
  • MongoDB錯(cuò)誤32-bit servers don''t have journaling enabled by default解決方法
  • 解決mongodb在ubuntu下啟動(dòng)失敗,提示couldn‘t remove fs lock errno:9 Bad file descriptor的錯(cuò)誤
  • 修復(fù) Mac brew 安裝 mongodb 報(bào) Error: No available formula with the name ‘mongodb’ 問題詳解

標(biāo)簽:昭通 鶴崗 吉安 大理 本溪 丹東 景德鎮(zhèn) 邯鄲

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《mongodb錯(cuò)誤tcmalloc: large alloc out of memory, printing stack and exiting解決辦法》,本文關(guān)鍵詞  mongodb,錯(cuò)誤,tcmalloc,large,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《mongodb錯(cuò)誤tcmalloc: large alloc out of memory, printing stack and exiting解決辦法》相關(guān)的同類信息!
  • 本頁收集關(guān)于mongodb錯(cuò)誤tcmalloc: large alloc out of memory, printing stack and exiting解決辦法的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章