Git Product home page Git Product logo

Comments (6)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
需要您把异常堆栈信息也贴一下

Original comment by qieqie.wang on 28 Nov 2008 at 2:11

from paoding.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
这个问题我也遇到了!
使用 paoding ,在lucene2.3.2 以及 lucene2.4.0上面运行
做大量的文件处理,建立索引:大概有2w多的数据从数据库中
查出来的。
报内存溢出

Original comment by [email protected] on 26 Mar 2010 at 10:27

from paoding.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
Analyzer analyzer = new 
PaodingAnalyzer();这个方法就报异常java.lang.OutOfMemoryError。
另外将Analyzer改成单例模式获取,也出现内存溢出问题。
但是换成Analyzer analyzer = new StandardAnalyzer(); 
就不出现内存溢出问题。
内存溢出的可能原因:单个目标文件过大,在切词创建索引时�
��成内存溢出。
寻求解决方案!

Original comment by [email protected] on 14 Apr 2010 at 10:17

from paoding.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
过了一夜运行正常了,不知道什么原因。

Original comment by [email protected] on 15 Apr 2010 at 3:44

from paoding.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
把jvm虚拟机的内存调一下,至少不仅仅使用默认的。词库在��
�需要内存

Original comment by qieqie.wang on 15 Apr 2010 at 10:53

from paoding.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
最小多少内存才能保证paoding加载不报内存不够的错误?

Original comment by [email protected] on 26 Jul 2011 at 8:41

from paoding.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.