我正在使用MarkLogic 8。
创建了一个DB并附加了3个森林。DB有100万份文件。
当重新建立数据库的索引时,我得到了以下错误。
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.请帮助我理解
发布于 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恢复。我预计不会丢失任何数据。
哈哈!
https://stackoverflow.com/questions/46970685
复制相似问题