jonathangenlambda

Results 20 comments of jonathangenlambda

@gitmachtl yeah I know, locally it always works very fast, which I verified myself, also arriving at 3-4 seconds. The higher CPU load was on a 8.9.1 node, and no,...

@gitmachtl just checked the metrics: - receive bandwidth was around 10kbytes/sec - transmit bandwith was around 10kbytes/sec with a spike of 30kB/s towards the end - rate of received packet...

@gitmachtl and when looking at the node logs we see quite a few of these ``` [cardano-:cardano.node.ConnectionManager:Info:4198] [2024-07-11 22:41:42.29 UTC] TrConnectionHandler (ConnectionId {localAddress = 172.16.1.26:3001, remoteAddress = 34.89.206.68:1338}) (TrConnectionHandlerError OutboundError...

@KtorZ thanks for your input on this - unfortunately we never got told that queryUTxOByAddress was deprecated and about to be removed due to performance reasons, nor was/is this apparent...

@smelc thanks for your reply. I tried it with a newer version of `cardano-node`and `cardano-cli`, but was not successful: 1. Switched to `release/8.7` branch in `cardano-node` repo. 2. Downloaded binaries...

@smelc Thanks for your extensive reply. I assume this PR is not merged yet into any release? I guess I have to build it myself? How do I do that?...

@smelc thanks - I guess I'll wait in this case. Don't you guys also fix `mkfiles.sh` when you release the PR?

This is not restricted to `localChainSyncClient` but seems to be a general problem of how Cardano Api interacts with a local Cardano node. Here is a repo which contains 2...

@coot Thanks for your replies. Regarding compiler: we are using 9.2.5 I ran the `Leaky` minimal example with `ghc-options: -fno-full-laziness` on `ghc-9.2.5` but no luck, the memory grows unbounded. I...

Unfortunately, upgrading the compiler to `9.6` is curently not an option. I added the snipped to the `cabal.project` file of the [example](https://github.com/jonathangenlambda/cardanoapileak/blob/main/cabal.project#L16) - however the memory leak persists, with memory...