Forum Discussion
TMOS v14.1.2.1
BigIP v14.1 does use more memory that earlier versions, and in different ways, which can put some memory presssure on some deployments.
The most important figure to monitor on v14.1 is the output of /proc/meminfo, specifically the MemAvailable
# cat /proc/meminfo
MemTotal: 16434864 kB
MemFree: 903316 kB
MemAvailable: 3412708 kB <<<<<
Buffers: 366688 kB
Cached: 2658380 kB
...
SwapTotal: 1023996 kB
SwapFree: 1023996 kB
...
MemAvailable shows the amount of memory the kernel can supply to a process when asked - is a request exceeds this value, then an Out-Of-Memory event will occur, and a process may be killed.
Swap memory is also used more aggressively in 14.1 - idle pages from memory will be moved to swap by the kernel in a way that did not occur in earlier versions, so swap is generally high.
If swap is high and MemAvailable is stable, then there is unlikely to be a problem.
If swap is high and MemAvailable is continually decreasing, then there is likely to be a problem.
If MemAvailable is low (I'd suggest under 300Mb), then I'd suggest looking at the memory allocated to tmm to see if some can be moved back to the linux host via the provisioning settings. However, with a 2-core vCMP guest (3.5Gb memory) this may still be constrained.
K26427018: Overview of Management provisioning
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com