Update calculation of RAM size #15
Reference in New Issue
Block a user
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?
The current function
Find-RAMcurrently reads:It would be better to use
[math]::Roundfor this calculation.The function would be:
This should solve an issue with odd RAM values sometimes returning incorrect values.