CardanoSolutions / ogmios

❇️ A WebSocket JSON/RPC bridge for Cardano
https://ogmios.dev
Mozilla Public License 2.0
304 stars 90 forks source link

Out of memory heap error #86

Closed vlall closed 3 years ago

vlall commented 3 years ago

What Git revision are you using?

tag v4.0.3-beta commit c2eabd97ee9f260685c2e0355bb7f7e923d4746b

What operating system are you using, and which version?

Describe what the problem is?

When I run Ogmios using docker-compose I can get the node and Ogmios to sync, but I get "out of memory" heap errors when pulling from the node repeatedly using the RequestNext mini-protocol. I'm running on 16 gigs of RAM. I used to be able to run my code with Ogmios in the past usingv3.2.0, however that version also produces errors now when syncing, i believe due to the older node version. Is there a higher memory requirement needed to run Ogmios?

What should be the expected behavior?

Pulling data using RequestNext without memory heap errors.

KtorZ commented 3 years ago

Hello thanks for reaching out. This is quitr surprising as Ogmios does not require much memory by itself. May you answer the following questions to help us pin-point the problem:

Thanks!

KtorZ commented 3 years ago

@vlall any update on that one?

vlall commented 3 years ago

@KtorZ I'm re-syncing now and will report responses to your questions above.

rhyslbw commented 3 years ago

Any update on this @vlall ?