首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在重新索引MarkLogic数据库时获取错误

在重新索引MarkLogic数据库时获取错误
EN

Stack Overflow用户
提问于 2017-10-27 08:29:19
回答 1查看 239关注 0票数 0

我正在使用MarkLogic 8。

创建了一个DB并附加了3个森林。DB有100万份文件。

当重新建立数据库的索引时,我得到了以下错误。

代码语言:javascript
复制
There is currently an exception: XDMP-FORESTERR: Error in rebalance of forest rsuite-f2: XDMP-REBALANCE: Error rebalancing fn:doc("/$CONTENT$/65650455/354/20171026133334_50.xml"): SVC-MEMALLOC: Memory allocation error: VirtualAlloc 16777216 bytes: The paging file is too small for this operation to complete.
There is currently an exception: XDMP-FORESTERR: Error in rebalance of forest rsuite: XDMP-REBALANCE: Error rebalancing fn:doc("/$SEARCH$/34900/34838.xml"): SVC-MEMALLOC: Memory allocation error: VirtualAlloc 16777216 bytes: The paging file is too small for this operation to complete.
Information on this page may be missing.

请帮助我理解

  1. 这个错误背后的原因。
  2. 后果是什么。
  3. 解决办法是什么?
EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2017-10-27 08:41:29

消息的基本部分是SVC-MEMALLOC: Memory allocation error: VirtualAlloc 16777216 bytes: The paging file is too small for this operation to complete.。看起来您的系统内存不足,无论是物理内存还是交换内存。增加任何一个,并重新启动森林,以允许MarkLogic恢复。我预计不会丢失任何数据。

哈哈!

票数 3
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/46970685

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档