You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
std::cout << "2. Clean all hugepage resources under /var/lib/hugetlbfs/global/pagesize-{2MB, 1GB}/ which match readout* and roc-bench-dma*" << std::endl;
55
-
std::cout << "3. Remove and reinsert the uio_pci_dma kernel module" << std::endl;
54
+
std::cout << "2. Clean CRORC FIFO shared memory files under /dev/shm which match AliceO2_ROC_*" << std::endl;
55
+
std::cout << "3. Clean all hugepage resources under /var/lib/hugetlbfs/global/pagesize-{2MB, 1GB}/ which match readout* and roc-bench-dma*" << std::endl;
56
+
std::cout << "4. Remove and reinsert the uio_pci_dma kernel module" << std::endl;
56
57
std::cout << std::endl;
57
58
std::cout << "In case instances of readout.exe or roc-bench-dma are running, they will fail." << std::endl;
58
59
std::cout << std::endl;
@@ -67,6 +68,8 @@ class ProgramCleanup : public Program
0 commit comments