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
希望内存占用能够在不用的时候下降
比如刚启动hugegraph-server的时候内存占用3G,使用多次restapi查询之后,内存会到10g,而且不会下降,求问怎么解决
{type something here...}
The text was updated successfully, but these errors were encountered:
@fisherinbox hi,内存无法降下来有几点原因:
可以提供更详细的信息进行分析,比如访问restapi的内容?默认缓存超时时间10分钟之后是否释放?
Sorry, something went wrong.
@fisherinbox hi,内存无法降下来有几点原因: 缓存占用 JVM未把空闲内存还给操作系统 内存泄露 可以提供更详细的信息进行分析,比如访问restapi的内容?默认缓存超时时间10分钟之后是否释放? restapi 访问的内容就是kneighbor,kout,10分钟之后还是不会降下来,很长时间都不会,另外默认10分钟是在哪里设置的?
可以提供更详细的信息进行分析,比如访问restapi的内容?默认缓存超时时间10分钟之后是否释放? restapi 访问的内容就是kneighbor,kout,10分钟之后还是不会降下来,很长时间都不会,另外默认10分钟是在哪里设置的?
好的,kneighbor/kout返回数据是多少?数据库中总共数据多少条?
缓存超时配置项:graph.cache_expire,请参考文档:hugegraph.properties
@Linary 对于JVM未把空闲内存还给操作系统,看看是否有必要默认设置MaxHeapFreeRatio一个值?
Fix senstive mail address (#71)
185a926
No branches or pull requests
Expected behavior 期望表现
希望内存占用能够在不用的时候下降
Actual behavior 实际表现
比如刚启动hugegraph-server的时候内存占用3G,使用多次restapi查询之后,内存会到10g,而且不会下降,求问怎么解决
Steps to reproduce the problem 复现步骤
Status of loaded data 数据状态
Vertex/Edge summary 数据量
Vertex/Edge example 数据示例
{type something here...}
Schema(VertexLabel, EdgeLabel, IndexLabel) 元数据结构
{type something here...}
Specifications of environment 环境信息
The text was updated successfully, but these errors were encountered: