1. 30 6月, 2020 2 次提交
  2. 26 6月, 2020 1 次提交
  3. 25 6月, 2020 3 次提交
  4. 24 6月, 2020 5 次提交
  5. 23 6月, 2020 1 次提交
  6. 19 6月, 2020 2 次提交
    • G
      common/fdlimit: build on DragonflyBSD (#21241) · 9a188c97
      Guillaume Ballet 提交于
      * common/fdlimit: build on DragonflyBSD
      
      * review feedback
      9a188c97
    • A
      core/rawdb: fix high memory usage in freezer (#21243) · 3ebfeb09
      AusIV 提交于
      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. 18 6月, 2020 2 次提交
  8. 17 6月, 2020 2 次提交
  9. 16 6月, 2020 1 次提交
  10. 15 6月, 2020 1 次提交
  11. 11 6月, 2020 3 次提交
  12. 10 6月, 2020 1 次提交
  13. 09 6月, 2020 3 次提交
  14. 08 6月, 2020 13 次提交