Eval Exec

Results 97 comments of Eval Exec

Hello, What's the version of the CKB node? And how did you run the CKB node? Which OS is the CKB node running on? Which tool do you use to...

I suggest to monitor both of `container_memory_working_set_bytes` and `container_memory_rss` metrics. - https://mohamedmsaeed.medium.com/memory-working-set-vs-memory-rss-in-kubernetes-which-one-you-should-monitor-8ef77bf0acee - https://stackoverflow.com/questions/65428558/what-is-the-difference-between-container-memory-working-set-bytes-and-contain Could you please show the graph of `container_memory_rss`?

Could you please scale the graph's time range to `1 day`, `1 week` and `1 month`?

In the recent 15 days, the `container_memory_rss` metric is abot `2.0 ~ 2.3G`, and did not exceed `3G`, indicating it's currently in a safe range. (And I read this: [memory...

Why did it fail to start? I didn't see any `ERROR` level logs.

What's the datetime of `ckb_network::network` start listening? You can find this in the log.

@guomaoqiu Hello, I want to reproduce this, is the slow node running inside a Docker container? Could you please provide the network mode of your Docker container? Is it started...

https://github.com/nervosnetwork/ckb/blob/44afc93cd88a1b52351831dce788d3023c52f37e/store/src/cell.rs#L75-L79 Is it impossible to resolve this issue with dead cells because dead cells in RocksDB always be deleted from `COLUMN_CELL`? @quake Or we can query deadcell from `COLUMN_BLOCK_BODY`?

@homura Hello. Could you describe the "use case" in which you need to query DeadCell?

Hello, I get this issue too. And I have a minimal reproduce init.el and reproduce it by `emacs -Q -l reproduce.el`: ![image](https://github.com/user-attachments/assets/f577adcf-bfb2-4c7b-9512-c9ff4fdae412) ```elisp (require 'package) (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/")...