Windows: Open Task Manager (Ctrl+Shift+Esc), go to Performance tab, click Memory. Look for "Available" memory.
Linux: Open terminal and run free -h
. Look at the "available"
column in the Mem row.
Windows: Open Task Manager (Ctrl+Shift+Esc), go to Performance tab, select your GPU. Look for "Dedicated GPU memory" available.
Linux: Run nvidia-smi
for NVIDIA cards or
radeontop
for AMD cards.
Check the memory usage and calculate available.
E.g. if in memeory usage column it says 1794MiB / 24576MiB then you have 22.782 GB available (1794MB used - 24576MB total)