Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-2007

Consider how much memory is consumed by log buffers

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • WT2.7.0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None

      Each log slot has a buffer associated with it. That buffer is grown dynamically until it is large enough to hold the consolidated records.

      We recently bumped the number of slots, which may alter how much memory log buffers consume.

      We should consider limiting how much memory the log system can use (maybe a log cache size?). Or alternatively limiting the size log buffers can grow to - there is almost certainly a limit to how much memory it makes sense to copy and consolidate into a buffer rather than just writing it directly.

            Assignee:
            sue.loverso@mongodb.com Susan LoVerso
            Reporter:
            alexander.gorrod@mongodb.com Alexander Gorrod
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: