pbx.c: Include filesystem cache in free memory calculation

ASTERISK-28695 #close
Reported by: Kevin Flyn

Change-Id: Ief098bb6eb77378daeace8f97ba30701c8de55b8
This commit is contained in:
Sean Bright
2020-01-16 08:32:34 -05:00
parent c5fc1bf39f
commit f5a1e8b04d
2 changed files with 12 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
Subject: minmemfree
The 'minmemfree' configuration option now counts memory allocated to
the filesystem cache as "free" because it is memory that is available
to the process.