chore: Regenerate all playbooks

This commit is contained in:
GitLab CI 2025-10-10 01:15:07 +00:00
parent 1ec8a155e8
commit 32fb5fe2cf

View File

@ -40,10 +40,6 @@ You will learn how to access and use the DGX Dashboard on your DGX Spark device.
* **Duration:** 15-30 minutes for complete walkthrough including sample AI workload
* **Risk level:** Low - Web interface operations with minimal system impact
* **Rollback:** Stop JupyterLab instances through dashboard interface; no permanent system changes made during normal usage.
* DGX Spark uses a Unified Memory Architecture (UMA), which enables dynamic memory sharing between the GPU and CPU. With many applications still updating to take advantage of UMA, you may encounter memory issues even when within the memory capacity of DGX Spark. If that happens, manually flush the buffer cache with:
```bash
sudo sh -c 'sync; echo 3 > /proc/sys/vm/drop_caches'
```
## Instructions