Mike Gerdts wrote: ... > I noticed that du-kd took a very long time as well - a sign of a huge > number of files or directories. pkg is to blame for 87% of the > directories. > > # wc -l du-kd > 69834 du-kd > # grep /var/pkg du-kd| wc -l > 61175 > # grep /var/pkg/download du-kd| wc -l > 58310
You may find this setting in /var/pkg/cfg_cache of interest: flush-content-cache-on-success = False That should free up quite a bit of disk space for you if you set it to True. It will cause the client to cleanup the download cache directory (/var/pkg/download) upon successful completion of install and image-update operations. -- Shawn Walker _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
