âšī¸ Skipped - page is already crawled
| Filter | Status | Condition | Details |
|---|---|---|---|
| HTTP status | PASS | download_http_code = 200 | HTTP 200 |
| Age cutoff | PASS | download_stamp > now() - 6 MONTH | 1.8 months ago |
| History drop | PASS | isNull(history_drop_reason) | No drop reason |
| Spam/ban | PASS | fh_dont_index != 1 AND ml_spam_score = 0 | ml_spam_score=0 |
| Canonical | PASS | meta_canonical IS NULL OR = '' OR = src_unparsed | Not set |
| Property | Value |
|---|---|
| URL | https://docs.nvidia.com/dgx/dgxa100-user-guide/using-mig.html |
| Last Crawled | 2026-02-13 02:06:12 (1 month ago) |
| First Indexed | not set |
| HTTP Status Code | 200 |
| Meta Title | Multi-Instance GPU â NVIDIA DGX A100 User Guide |
| Meta Description | null |
| Meta Canonical | null |
| Boilerpipe Text | Multi-Instance GPU
#
Multi-Instance GPU (MIG) is a new capability of the NVIDIA A100 GPU. MIG uses spatial partitioning to carve the physical resources of an A100 GPU into up to seven independent GPU instances. These instances run simultaneously, each with its own memory, cache, and compute streaming multiprocessors. MIG enables the A100 GPU to deliver guaranteed quality of service at up to 7X higher utilization compared to non-MIG enabled GPUs.
MIG enables the following:
GPU memory isolation among parallel GPU workloads.
Physical allocation of resources used by parallel GPU workloads.
Managing MIG instances is accomplished using the NVIDIA Management Library (NVML) APIs or its command-line utility (nvidia-smi). Enablement of MIG requires a GPU reset and hence some system services that manage GPUs should be terminated before enabling MIG.
To enable MIG on all eight GPUs in the system, issue the following.
Stop the NVSM and DCGM services.
$
sudo
systemctl
stop
nvsm
dcgm
Enable MIG on all eight GPUs.
$
sudo
nvidia-smi
-mig
1
If other services are running that prevent you from resetting the GPUs, then reboot the system and skip the next step.
Restart the DCGM and NVSM services.
$
sudo
systemctl
start
dcgm
nvsm
To use MIG, see the
MIG User Guide
, which provides more detailed information about key MIG concepts and deployment considerations and explains how to create MIG instances and how to run Docker containers using MIG. |
| Markdown | [Skip to main content](https://docs.nvidia.com/dgx/dgxa100-user-guide/using-mig.html#main-content)

Back to top
[  NVIDIA DGX A100 User Guide](https://docs.nvidia.com/dgx/dgxa100-user-guide/index.html)
Search `Ctrl`\+`K`
Search `Ctrl`\+`K`
[  NVIDIA DGX A100 User Guide](https://docs.nvidia.com/dgx/dgxa100-user-guide/index.html)
Table of Contents
- [Introduction to the NVIDIA DGX A100 System](https://docs.nvidia.com/dgx/dgxa100-user-guide/introduction-to-dgxa100.html)
- [Connecting to the DGX A100](https://docs.nvidia.com/dgx/dgxa100-user-guide/connecting-to-dgxa100.html)
- [First Boot Setup](https://docs.nvidia.com/dgx/dgxa100-user-guide/first-boot-setup.html)
- [Quick Start and Basic Operation](https://docs.nvidia.com/dgx/dgxa100-user-guide/quick-start.html)
- [Additional Features and Instructions](https://docs.nvidia.com/dgx/dgxa100-user-guide/addl-features-instructions.html)
- [Managing the DGX A100 Self-Encrypting Drives](https://docs.nvidia.com/dgx/dgxa100-user-guide/managing-seds.html)
- [Network Configuration](https://docs.nvidia.com/dgx/dgxa100-user-guide/network-config.html)
- [Configuring Storage](https://docs.nvidia.com/dgx/dgxa100-user-guide/storage-config.html)
- [Updating and Restoring the Software](https://docs.nvidia.com/dgx/dgxa100-user-guide/updating-restoring-sw.html)
- [Using the BMC](https://docs.nvidia.com/dgx/dgxa100-user-guide/using-the-bmc.html)
- [SBIOS Settings](https://docs.nvidia.com/dgx/dgxa100-user-guide/sbios-settings.html)
- [Multi-Instance GPU](https://docs.nvidia.com/dgx/dgxa100-user-guide/using-mig.html)
- [Security](https://docs.nvidia.com/dgx/dgxa100-user-guide/security.html)
- [Redfish APIs Support](https://docs.nvidia.com/dgx/dgxa100-user-guide/redfish-api-supp.html)
- [Installing Software on Air-Gapped DGX A100 Systems](https://docs.nvidia.com/dgx/dgxa100-user-guide/air-gap-installation.html)
- [Safety](https://docs.nvidia.com/dgx/dgxa100-user-guide/safety.html)
- [Compliance](https://docs.nvidia.com/dgx/dgxa100-user-guide/compliance.html)
Legal Information
- [Third-Party License Notices](https://docs.nvidia.com/dgx/dgxa100-user-guide/licenses.html)
- [Notices](https://docs.nvidia.com/dgx/dgxa100-user-guide/notices.html)
- [NVIDIA Docs Hub](https://docs.nvidia.com/)
- [NVIDIA DGX Platform](https://docs.nvidia.com/dgx)
- [NVIDIA DGX Systems](https://docs.nvidia.com/dgx-systems)
- [NVIDIA DGX A100 User Guide](https://docs.nvidia.com/dgx/dgxa100-user-guide/index.html)
- Multi-Instance GPU
[Is this page helpful?](https://surveys.hotjar.com/4904bf71-6484-47a7-83ff-4715cceabdb5)
# Multi-Instance GPU[\#](https://docs.nvidia.com/dgx/dgxa100-user-guide/using-mig.html#multi-instance-gpu "Link to this heading")
Multi-Instance GPU (MIG) is a new capability of the NVIDIA A100 GPU. MIG uses spatial partitioning to carve the physical resources of an A100 GPU into up to seven independent GPU instances. These instances run simultaneously, each with its own memory, cache, and compute streaming multiprocessors. MIG enables the A100 GPU to deliver guaranteed quality of service at up to 7X higher utilization compared to non-MIG enabled GPUs.
MIG enables the following:
- GPU memory isolation among parallel GPU workloads.
- Physical allocation of resources used by parallel GPU workloads.
Managing MIG instances is accomplished using the NVIDIA Management Library (NVML) APIs or its command-line utility (nvidia-smi). Enablement of MIG requires a GPU reset and hence some system services that manage GPUs should be terminated before enabling MIG.
To enable MIG on all eight GPUs in the system, issue the following.
1. Stop the NVSM and DCGM services.
```
$ sudo systemctl stop nvsm dcgm
```
2. Enable MIG on all eight GPUs.
```
$ sudo nvidia-smi -mig 1
```
If other services are running that prevent you from resetting the GPUs, then reboot the system and skip the next step.
3. Restart the DCGM and NVSM services.
```
$ sudo systemctl start dcgm nvsm
```
To use MIG, see the [MIG User Guide](https://docs.nvidia.com/datacenter/tesla/mig-user-guide/index.html), which provides more detailed information about key MIG concepts and deployment considerations and explains how to create MIG instances and how to run Docker containers using MIG.
[previous SBIOS Settings](https://docs.nvidia.com/dgx/dgxa100-user-guide/sbios-settings.html "previous page")
[next Security](https://docs.nvidia.com/dgx/dgxa100-user-guide/security.html "next page")
[ ](https://www.nvidia.com/)
[Privacy Policy](https://www.nvidia.com/en-us/about-nvidia/privacy-policy/) \| [Your Privacy Choices](https://www.nvidia.com/en-us/about-nvidia/privacy-center/) \| [Terms of Service](https://www.nvidia.com/en-us/about-nvidia/terms-of-service/) \| [Accessibility](https://www.nvidia.com/en-us/about-nvidia/accessibility/) \| [Corporate Policies](https://www.nvidia.com/en-us/about-nvidia/company-policies/) \| [Product Security](https://www.nvidia.com/en-us/product-security/) \| [Contact](https://www.nvidia.com/en-us/contact/)
Copyright Š 2022-2026, NVIDIA Corporation.
Last updated on Jan 10, 2026. |
| Readable Markdown | null |
| Shard | 197 (laksa) |
| Root Hash | 5092221691596826797 |
| Unparsed URL | com,nvidia!docs,/dgx/dgxa100-user-guide/using-mig.html s443 |