I use a bash script that part of it does
The directory contains a lot of files/subdirectories and because of mechanical hard disk the system is unresponsive during these operations.
Is any way to use:
to limit the read/write operations for chflags?
chflags -R nosimmutable directory
and chflags -R simmutable directory
.The directory contains a lot of files/subdirectories and because of mechanical hard disk the system is unresponsive during these operations.
Is any way to use:
rctl -a process:pid:writeiops:throttle=50
rctl -a process:pid:readiops:throttle=50
to limit the read/write operations for chflags?