mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-04-27 08:35:48 +03:00
[PR #206] [MERGED] Use RAM=max or RAM=half to suit all machines, dynamically. #731
Labels
No labels
bug
documentation
enhancement
following upstream developments
good first issue
help wanted
invalid
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Docker-OSX#731
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/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.