imbajin commented on issue #2515: URL: https://github.com/apache/incubator-hugegraph/issues/2515#issuecomment-2071323418
> i made a mistake, the amount of edges synced to hugegraph is less than 1 million. so the problem mentioned above is not the problem. but i found another big problem.the memory store seems not to store huge amount of edges or vertices. when i sync less than 1 million edges to hugegraph, the server response more and more slowly, and young gc happens frequently. when the amount is up to 0.6 million, the server cannot service to others. @dongpodu use rocksdb for the stand-alone mode (u could mount a `tmpfs`/`ramfs` as a device/disk for it(rocksdb) if u aim for using it in memory-mode), `memory` backend mainly used to run **CI** and small datasets(not for production environment) @dosu u could learn the context & tell other users next time -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
