fix: reduce RAM requirements for Mac/Ubuntu installers to 8GB
- Mac installer: 16GB → 8GB - Ubuntu installer: 16GB → 8GB - DGX installer: 64GB → 32GB (matches container reservations) - x86 docker-compose: reduced container memory limits to match ARM64 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -15,7 +15,7 @@ NC='\033[0m' # No Color
|
||||
# Configuration
|
||||
INSTALLER_VERSION="1.0.0"
|
||||
INSTALL_DIR="/opt/gt2"
|
||||
MIN_RAM_GB=64
|
||||
MIN_RAM_GB=32
|
||||
MIN_DISK_GB=50
|
||||
GITHUB_REPO="https://github.com/GT-Edge-AI-Internal/gt-ai-os-community.git"
|
||||
RELEASE_URL="https://api.github.com/repos/GT-Edge-AI-Internal/gt-ai-os-community/releases/latest"
|
||||
@@ -71,7 +71,7 @@ OPTIONS:
|
||||
REQUIREMENTS:
|
||||
- NVIDIA DGX OS or Ubuntu with NVIDIA drivers
|
||||
- ARM64 architecture (Grace)
|
||||
- 64GB+ RAM
|
||||
- 32GB+ RAM
|
||||
- 50GB+ free disk space
|
||||
- NVIDIA Container Runtime
|
||||
- sudo access
|
||||
|
||||
@@ -16,7 +16,7 @@ NC='\033[0m' # No Color
|
||||
INSTALLER_VERSION="1.0.0"
|
||||
INSTALL_DIR="${HOME}/GT-2.0"
|
||||
MIN_MACOS_VERSION="12"
|
||||
MIN_RAM_GB=16
|
||||
MIN_RAM_GB=8
|
||||
MIN_DISK_GB=20
|
||||
GITHUB_REPO="https://github.com/GT-Edge-AI-Internal/gt-ai-os-community.git"
|
||||
RELEASE_URL="https://api.github.com/repos/GT-Edge-AI-Internal/gt-ai-os-community/releases/latest"
|
||||
|
||||
@@ -16,7 +16,7 @@ NC='\033[0m' # No Color
|
||||
INSTALLER_VERSION="1.0.0"
|
||||
INSTALL_DIR="/opt/gt2"
|
||||
MIN_UBUNTU_VERSION="22.04"
|
||||
MIN_RAM_GB=16
|
||||
MIN_RAM_GB=8
|
||||
MIN_DISK_GB=20
|
||||
GITHUB_REPO="https://github.com/GT-Edge-AI-Internal/gt-ai-os-community.git"
|
||||
RELEASE_URL="https://api.github.com/repos/GT-Edge-AI-Internal/gt-ai-os-community/releases/latest"
|
||||
@@ -75,7 +75,7 @@ OPTIONS:
|
||||
REQUIREMENTS:
|
||||
- Ubuntu 22.04 or higher
|
||||
- x86_64 architecture
|
||||
- 16GB+ RAM
|
||||
- 8GB+ RAM
|
||||
- 20GB+ free disk space
|
||||
- sudo access
|
||||
|
||||
|
||||
Reference in New Issue
Block a user