How to Find Your Specifications
For Windows:
- GPU VRAM:
- Right-click on desktop → Select "Display settings"
- Scroll down → Click "Advanced display settings"
- Click "Display adapter properties"
- Look for "Dedicated Video Memory" in the adapter window
- System RAM:
- Press Windows key + I to open Settings
- Click on "System" → "About"
- Look for "Installed RAM" under Device specifications
For macOS:
- GPU VRAM:
- Click Apple menu → "About This Mac"
- Click "System Report..."
- Select "Graphics/Displays" in the sidebar
- Look for "VRAM" or "Total VRAM"
- System RAM:
- Click Apple menu → "About This Mac"
- Memory information is displayed directly
For Linux:
- GPU VRAM:
- Open terminal
- Run:
nvidia-smi
for NVIDIA GPUs
- Or run:
lspci -v | grep -A 12 VGA
- System RAM:
- Open terminal
- Run:
free -h
or cat /proc/meminfo
Note: These memory requirements are estimates. Actual requirements may vary depending on your specific setup and usage.