Actions
Feature #333
closedallow human readable file/memcap settings
Effort:
Difficulty:
Label:
Description
Currently a memcap can be 134217728. It would be much nicer if it could just say "128MiB". Should be a general function that is used in all cases of memcap & file size.
Updated by Anoop Saldanha about 13 years ago
- Assignee changed from OISF Dev to Anoop Saldanha
Updated by Anoop Saldanha almost 13 years ago
- Status changed from New to Resolved
Updated by Victor Julien almost 13 years ago
- Status changed from Resolved to Closed
- % Done changed from 0 to 100
I added a check for unified2 and log-pcap that if the value is < 4096 it's assumed that it's an old config where the value is meant to be in MB. So in those cases a log message is emitted and the value is converted to actually be in MB.
Actions