We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
exception / error (异常报错)
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":""}
No response
The text was updated successfully, but these errors were encountered:
refer #371, please move to apache hugegraph-toolchain please
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: