mirror of
https://github.com/amidaware/community-scripts.git
synced 2026-04-28 23:45:49 +03:00
[PR #75] [MERGED] Report available memory instead of free #390
Labels
No labels
enhancement
good first issue
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/community-scripts#390
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/amidaware/community-scripts/pull/75
Author: @BelleNottelling
Created: 7/30/2022
Status: ✅ Merged
Merged: 7/30/2022
Merged by: @wh1te909
Base:
main← Head:Patch-1📝 Commits (1)
e6b3a27Report available memory instead of free📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
scripts/Linux_memory_check.sh(+1 -1)📄 Description
As pointed out by superdry on Discord, using $4 reports free memory and $7 reports memory available. Available includes buffers/cache that can be freed up and then used for other things without the system having to write to the swap file.
This website explains it quite well: https://www.linuxatemyram.com/
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.