good morning!!!!

Skip to content
Snippets Groups Projects
  1. Jul 01, 2020
  2. Jun 30, 2020
  3. Jun 26, 2020
  4. Jun 24, 2020
  5. Jun 23, 2020
  6. Jun 19, 2020
    • Guillaume Ballet's avatar
      common/fdlimit: build on DragonflyBSD (#21241) · 9a188c97
      Guillaume Ballet authored
      * common/fdlimit: build on DragonflyBSD
      
      * review feedback
      9a188c97
    • AusIV's avatar
      core/rawdb: fix high memory usage in freezer (#21243) · 3ebfeb09
      AusIV authored
      The ancients variable in the freezer is a list of hashes, which
      identifies all of the hashes to be frozen. The slice is being allocated
      with a capacity of `limit`, which is the number of the last block
      this batch will attempt to add to the freezer. That means we are
      allocating memory for all of the blocks in the freezer, not just
      the ones to be added.
      
      If instead we allocate `limit - f.frozen`, we will only allocate
      enough space for the blocks we're about to add to the freezer. On
      mainnet this reduces usage by about 320 MB.
      3ebfeb09
  7. Jun 18, 2020
  8. Jun 17, 2020
  9. Jun 16, 2020
  10. Jun 15, 2020
  11. Jun 11, 2020
  12. Jun 10, 2020
  13. Jun 09, 2020
  14. Jun 08, 2020
Loading