The STINGER in-memory graph store and dynamic graph analysis platform. Millions to billions of vertices and edges at thousands to millions of updates per second.
I am pretty new to this tool, and this is the first time I am trying to build it.
I cloned the repo and built it from both dev and master branches (it builds fine).
When I try to run it using the command provided in the README, I get stuck on the first command:
env STINGER_MAX_MEMSIZE=1G ./bin/stinger_server
It gets stuck at trying to acquire lock and never comes out of it:
I am pretty new to this tool, and this is the first time I am trying to build it. I cloned the repo and built it from both dev and master branches (it builds fine). When I try to run it using the command provided in the README, I get stuck on the first command:
env STINGER_MAX_MEMSIZE=1G ./bin/stinger_server
It gets stuck at trying to acquire lock and never comes out of it:
dequeue_batch 181: Attempt to acquire lock
Am I missing something here?