mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
[PR #206] [MERGED] Use RAM=max or RAM=half to suit all machines, dynamically. #730
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?
📋 Pull Request Information
Original PR: https://github.com/sickcodes/Docker-OSX/pull/206
Author: @sickcodes
Created: 3/17/2021
Status: ✅ Merged
Merged: 3/17/2021
Merged by: @sickcodes
Base:
master← Head:dyanmic-ram-default📝 Commits (3)
413b09dUse RAM=max or RAM=half to suit all machines, dynamically.57e8d0cTypo: Use RAM=max or RAM=half to suit all machines, dynamically.d4b8a0fFix RAM math error for -e RAM=max📊 Changes
3 files changed (+12 additions, -2 deletions)
View changed files
📝
CHANGELOG.md(+1 -0)📝
Dockerfile(+7 -0)📝
README.md(+4 -2)📄 Description
Fixes https://github.com/sickcodes/Docker-OSX/issues/197
Reverts https://github.com/sickcodes/Docker-OSX/pull/189
E.g. if you have 32GB of ram:
max = 31
half = 16
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.