Hi there,
KDE4 creates cache sparse files only some kb in size but apprearing to be app. 100MB in size. Unfortunately this also fools the disk quota. On our terminal server we have a disk quota for every user of 200M.
So users quotas are exhausted although the disk space is not really needed.
Is there a possibility to disable kde caching?
Is there a possibility to reduce the size of the cache?
Is there a possibilily to use normal files instead of sparse files?
Regards
Peter Engel
[root@server ~]# quota -s benutzer
Disk quotas for user benutzer (uid 12345):
Filesystem blocks quota limit grace files quota limit grace
/dev/sda1 221M* 200M 220M 30:32 89 81920 92160
[root@server ~]# /usr/bin/du -hsc `/usr/bin/find /tmp/ /var/tmp -xdev -size +1M -user benutzer `
8,0K /var/tmp/kdecache- benutzer /kpc/plasma_theme_oxygen.index
36K /var/tmp/kdecache- benutzer /kpc/plasma_theme_oxygen.data
44K insgesamt
[root@server ~]# /usr/bin/du --apparent-size -hsc `/usr/bin/find /tmp/ /var/tmp -xdev -size +1M -user benutzer `
33M /var/tmp/kdecache- benutzer /kpc/plasma_theme_oxygen.index
121M /var/tmp/kdecache- benutzer /kpc/plasma_theme_oxygen.data
153M insgesamt
___________________________________________________ This message is from the kde mailing list. Account management: https://mail.kde.org/mailman/listinfo/kde. Archives: http://lists.kde.org/. More info: http://www.kde.org/faq.html.