Too many Missed Slots happens, help me

hey, my specs:

  • running on AWS w 4vCPU and 16GB Ram
  • have 8GB swap
  • I was still getting significant missed slot leader checks (~0.25% - still more than I was comfortable with)

I followed suggestion from @shard and it looks to have drastically improved my missed leadership slots (been running for 9 hours - 4 missed slots leadership checks, will continue to monitor)

  1. Added to ~/.bashrc (still had a couple of missed leadership slots)
sudo nano ~/.bashrc
export GHCRTS='-N -T -I0 -A16m --disable-delayed-os-memory-return --nonmoving-gc'
source ~/.bashrc
  1. Edit the cardano-node run
cardano-node +RTS -N -RTS run

EDIT: I’m not sure how this affect CNCLI setup users as there is a
cardano-node ${CPU_RUNTIME[@]} run
- if you’ve successfully edit config, can you please share to help others? thanks

Depending if you are using a pi or not, I saw one config for arm64 cardano-node

3 Likes