【发布时间】:2020-04-27 14:42:52
【问题描述】:
我有 100 个节点和 165 个关系的数据要插入到一个键空间中。我的 grakn 图像有 4 核 CPU 和 3 GB 内存。当我尝试插入数据时,我收到一个错误 [grpc-request-handler-4] ERROR grakn.core.server.Grakn - Uncaught exception at thread [grpc-request-handler-4] java.lang。 OutOfMemoryError: Java 堆空间。注意到该图像仅使用了 346% 的 CPU 和 1.46 GB RAM。此外,日志中的问题发现是 Caused by: com.datastax.oss.driver.api.core.AllNodesFailedException: 无法到达任何联系点,请确保您提供了有效地址(显示第一个 1,使用getErrors() 了解更多: Node(endPoint=/127.0.0.1:9042, hostId=null, hashCode=3cb85440): io.netty.channel.ChannelException: Unable to create Channel from class class io.netty.channel.socket.nio .NioSocketChannel)
你能帮我解决这个问题吗?
【问题讨论】: