| Previous | Next |
| PLA_E_TOO_MANY_FOLDERS | PLA_E_DCS_IN_USE |
PLA_E_NO_MIN_DISK
PLA reserves operational headroom instead of waiting for a full volume
PLA_E_NO_MIN_DISK is raised when free space on the volume containing the Data Collector Set root falls below the MinFreeDisk threshold. The check protects trace buffers, counter logs, report generation, and post-processing from beginning with insufficient storage.
Compare free bytes on the actual RootPath volume with the configured threshold; do not assume the system drive is relevant. Also review MaxSize, folder retention, segmentation, and whether stale runs are protected from deletion. Lowering the threshold can hide capacity planning errors, while moving the root or correcting cleanup policy preserves the intended safety margin.
Storage measurements to collect
- Resolved RootPath and its volume mount point.
- Current free space and MinFreeDisk value.
- Total size and age of managed output folders.
- Expected ETL, BLG, report, and cabinet growth.
References
- IDataManager::MinFreeDisk
- IDataManager retention and report processing
- IDataManager::MaxSize cleanup behavior
Looking for a different code? Search another status or error code.