hugegraph / hugegraph-hubble

Please move to Apache Hugegraph-Toolchain, Thanks
https://github.com/apache/hugegraph-toolchain/tree/master/hugegraph-hubble
Apache License 2.0
40 stars 42 forks source link

traversers使用shortestpath报错:{"exception":"class java.lang.OutOfMemoryError","message":"Java heap space","cause":""} #375

Closed HumanHero closed 2 years ago

HumanHero commented 2 years ago

Problem Type (问题类型)

exception / error (异常报错)

Before submit

Environment (环境信息)

Your Question (问题描述)

http://192.168.64.1:8080/graphs/hugegraph/traversers/paths?source=" 3:XXXXX1"&target="3:XXXX2"&max_depth=5

可正常查询出数据

http://192.168.64.1:8080/graphs/hugegraph/traversers/shortestpath?source=" 3:XXXXX1"&target="3:XXXX2"&max_depth=5

返回错误 {"exception":"class java.lang.OutOfMemoryError","message":"Java heap space","cause":""}

Vertex/Edge example (问题点 / 边数据举例)

No response

Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)

No response

imbajin commented 2 years ago

refer #371, please move to apache hugegraph-toolchain please