java.lang.OutOfMemoryError: Java heap space
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via GitHub by jackalsin
, 1 year agojava.lang.OutOfMemoryError: Java heap space
at com.hankcs.hanlp.dictionary.CoreDictionary.loadDat(CoreDictionary.java:141)
at com.hankcs.hanlp.dictionary.CoreDictionary.load(CoreDictionary.java:63)
at com.hankcs.hanlp.dictionary.CoreDictionary.
(CoreDictionary.java:40) at com.hankcs.hanlp.seg.common.Vertex.
(Vertex.java:56) at com.hankcs.hanlp.seg.common.WordNet.
(WordNet.java:71) at com.hankcs.hanlp.seg.Viterbi.ViterbiSegment.segSentence(ViterbiSegment.java:40)
at com.hankcs.hanlp.seg.Segment.seg(Segment.java:441)
at com.hankcs.hanlp.tokenizer.StandardTokenizer.segment(StandardTokenizer.java:50)
at com.hankcs.hanlp.HanLP.segment(HanLP.java:386)
at Main.main(Main.java:30)