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

Change shared cache configuration setup

    • Type: Icon: Task Task
    • Resolution: Done
    • None
    • Affects Version/s: None
    • Component/s: None

      The current shared cache configuration semantics are non-standard and limiting.

      I'd like to shift the set of options and their defaults from:

      shared_cache=(chunk=10MB,name=none,reserve=0,size=500MB)
      

      To:

      shared_cache=(chunk=10MB,enabled=false,name=shared_cache,reserve=0,size=500MB)
      

      If I make this change, it'll break backward compatibility via the default configuration file. The configuration will be enabled by default in the older version, since it relies on the name field to imply that the shared cache is enabled.

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

              Created:
              Updated:
              Resolved: