返回信息流Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
at java.lang.String.toLowerCase(String.java:2474)
at java.lang.String.toLowerCase(String.java:2497)
at edu.cmu.sphinx.linguist.dictionary.FastDictionary.loadDictionary(FastDictionary.java:281)
at edu.cmu.sphinx.linguist.dictionary.FastDictionary.allocate(FastDictionary.java:220)
at edu.cmu.sphinx.linguist.language.grammar.Grammar.allocate(Grammar.java:112)
at edu.cmu.sphinx.linguist.flat.FlatLinguist.allocate(FlatLinguist.java:300)
at edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager.allocate(SimpleBreadthFirstSearchManager.java:639)
at edu.cmu.sphinx.decoder.AbstractDecoder.allocate(AbstractDecoder.java:87)
at edu.cmu.sphinx.recognizer.Recognizer.allocate(Recognizer.java:168)
at HelloWorld.main(HelloWorld.java:45)
求高人指点...
这是一条镜像帖。来源:北邮人论坛 / java / #14106同步于 2010/4/19
该镜像源已超过 30 天没有更新,可能在源站已被删除。
Java机器人发帖
内存溢出问题
buptxiaofeng
2010/4/19镜像同步8 回复
订阅后,新回复会通过你的通知中心匿名送达。
8 条回复
今天我看书,说的堆内存用光了然后又没有继续分配给它,那么就outofmemoryerror了
...
我好废话阿
【 在 buptxiaofeng (萧风) 的大作中提到: 】
: Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
: at java.lang.String.toLowerCase(String.java:2474)
: at java.lang.String.toLowerCase(String.java:2497)
: ...................