bug11396 553 B

1234567891011
  1. o Minor features (security):
  2. - If you don't specify MaxMemInQueues yourself, Tor now tries to
  3. pick a good value based on your total system memory. Previously,
  4. the default was always 8 GB. You can still override the default by
  5. setting MaxMemInQueues yourself. Resolves ticket 11396.
  6. o Minor features (controller):
  7. - Because of the fix for ticket 11396, the real limit for memory
  8. usage may no longer match the configured MaxMemInQueues value.
  9. The real limit is now exposed via GETINFO limits/max-mem-in-queues.