• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Default Mozilla Cache size / user profile quota

LS20

Banned
hi all

I want to place a limit of 30mb on all roaming profiles on a 2003 server network. however, the problem is, people run out of space on their profile quick because the Mozilla Firefox cache takes up wayyy too much space. I logged on to each individual PC under admin, and changed the firefox cache to 7mb limit, but apparently its still default 50mb limit for each user.

if i cant get firefox to have 7mb cache limit for each user, how can i specify the active directory to exclude the Firefox cache under their roaming profile space limit??? I know that it automatically excludes Internet Explorer cache and temp files, but i would like for the users to use Firefox browser instead.

much thanks
 
I believe whenever Firefox creates a new profile it copies a default config file to the profile. Look for this file:

firefox-install-dir/defaults/pref/firefox.js

and change this field:

pref("browser.cache.disk.capacity", 50000);

Hopefully it works.
 
Back
Top