Commit f685c3

2025-07-12 11:54:40 deseven: added a note on the limit
Guides/110GB-of-VRAM.md ..
@@ 15,6 15,8 @@
options ttm page_pool_size=26856000
```
+ Note that **110GB is NOT a hard limit**, you can allocate more, as long as there is enough memory for the OS to work.
+
### Performance Concerns
There were reports that when IOMMU is active and the VRAM is being set on the OS level, the memory latency becomes too high. To prevent this, either disable IOMMU in the BIOS or set `amd_iommu=off` it kernel boot params.
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9