hhsel

Results 3 comments of hhsel

This might be related to https://github.com/ethereum/go-ethereum/issues/27509 and applying https://github.com/ethereum/go-ethereum/pull/27665 might help alleviating this issue. It seems that this panic message is not completely random and there are some situations where...

Executing `debug.writeMemProfile()` every 15 minutes for 2 months showed that, among `go tool pprof` entries, the following entries are growing constantly, finally causing OOM: - `github.com/ethereum/go-ethereum/consensus/istanbul/validator.newDefaultSet` - `github.com/ethereum/go-ethereum/consensus/istanbul/validator.New (inline)` `validator.newDefaultSet`...

> We have a similar problem and are currently looking into a solution. If the transaction has a long processing time and the transaction GasLimit is set to a large...