Asked by:
parser server ran out of memory

Question
-
HI
I have a development env with sharepoint 2013 farm, all in one, with 16 GB of RAM.
When trying to index (any document type) i'm getting this error in the crawl log:
"processing this item failed because parser server ran out of memory. (error parsing document [url] document failed to bre processed. it propebly crashed the server;)"
the server is using around 8-10 gb of memory out of 16.
thanks
Thursday, May 8, 2014 11:27 AM
All replies
-
Hi ,
According to the error message, it can be caused by the document cannot be parsed.
Which is the extension of the document?
For your issue, you can try to implement a custom iFilter for this extension in SharePoint 2013:
http://blogs.msdn.com/b/stevennicolaou/archive/2012/11/07/change-the-default-ifilter-handler.aspx
Also you can have a look at the similar thread:
Best Regards,
Eric
Eric Tao
TechNet Community SupportFriday, May 9, 2014 7:28 AM -
Hi Eric,
I have this problom with all extensions, including msg, dox, doc, so i dont think its the IFilter.
The similer thread is about zip file only and there was no sulotion they simply stop crawling it.
Any other ideas ?
Thanks
Sunday, May 11, 2014 10:06 AM -
Hi Again,
On second look the error only affects msg files so I excluded them for now.
Putting aside this error, for know, I have lots of warnings for .docx files "the item was partialy parsed. the item was trucated in the index because it exeede the maximum size".
its not the file size because they r very small, there is no specific manage property in the warning.
any ideas ?
thanks
Sunday, May 11, 2014 1:01 PM -
Did you ever get an answer on this issue? I am having the same problem with DOCX and PDF, but the server has available physical memory. It must be a limit of the component I can't find.Thursday, October 23, 2014 12:56 PM