Automated response: Use "Available" instead of "Free" for RAM check on Linux
On linux, "free" returns both free and available memory. "Free" memory does not account for cached disk data which can be freed when an application requests memory. Therefore, the health check should be using "Available" instead, which accounts for this. This patch fixes it while falling back to "Free" in case "Available" is not returned.
0 guests and 0 members have recently viewed this.
Leader-board Top Weekly Earners
The top 2 point earners from 29th Mar 2026 to 5th Apr 2026.
On linux, "free" returns both free and available memory. "Free" memory does not account for cached disk data which can be freed when an application requests memory. Therefore, the health check should be using "Available" instead, which accounts for this. This patch fixes it while falling back to "Free" in case "Available" is not returned.