#5481 - Server performance RAM check: Consider using "available" instead of "free" on Linux

  • By
  • Added
  • 4 views
Identifier #5481
Issue type Trivial issue (does not break functionality)
Title Server performance RAM check: Consider using "available" instead of "free" on Linux
Status Completed
Tags

Roadmap: v11 (custom)

Handling member PDStig
Version 10.0.43
Addon [All Projects] General
Description On linux, "free" returns Free and Available.

Free is unused RAM. Available is RAM that is unused + RAM that is used for cache / buffer.

We should consider using "Available" opposed to "Free" because RAM used for cache is expendable; Linux will free that memory up when applications require it.
Steps to reproduce

Funded? No
Commits

Fixed MANTIS-5481 (Use Available instead of Free for RAM check on Linux) (246db080) · Commits · Composr ecosystem / Composr · GitLab

The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".

Rating

Unrated