SystemMemoryOutofException-Elasticsearch IndexMany

时间:2016-05-25 07:59:52

标签: c# elasticsearch nest

我在将文档索引为附件时遇到此错误。这种错误的原因是什么?当我在服务器上运行以及从visual studio运行时,为什么它的行为会有所不同。

此处提到了有关此问题的更多详细信息。

请查看以下链接。

https://discuss.elastic.co/t/systemmemoryoutofexception-thrown-while-indexing-files-as-an-attachment/50916

TIA

1 个答案:

答案 0 :(得分:0)

我不确定实际错误发生在哪里。您需要确定错误是在.net(在客户端)还是在弹性? Visual Studio和elasticsearch都会在主机上没有足够内存(或分配内存)的情况下破解。

如果它是弹性的(检查日志 - 或以控制台模式运行) - increase the heap space

如果是在客户端,请尝试forcing your application in to 64 bit mode