conf.free: support inhuman free

Signed-off-by: Joeky <joeky5888@gmail.com>
This commit is contained in:
Joeky 2021-04-20 23:16:19 +08:00
parent 06afa277e0
commit b7e96762b4
1 changed files with 4 additions and 4 deletions

View File

@ -1,17 +1,17 @@
# Size 'K'
regexp=\s\d*[.,]?\dKi?
regexp=\s\d*[.,]?\dKi?|\b\d{1,3}\b
colours=green
======
# Size 'M'
regexp=\s\d*[.,]?\dMi?
regexp=\s\d*[.,]?\dMi?|\b\d{4,6}\b
colours=yellow
======
# Size 'G'
regexp=\s\d*[.,]?\dGi?
regexp=\s\d*[.,]?\dGi?|\b\d{7,9}\b
colours=red
======
# Size 'T'
regexp=\s\d*[.,]?\dTi?
regexp=\s\d*[.,]?\dTi?|\b\d{10,12}\b
colours=bold red
======
# Mem