1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-12 15:40:48 +05:30

Updated Common Overrides (markdown)

Hal
2023-11-13 12:02:21 -05:00
parent cfe07437ea
commit c68fd64bff
-10
@@ -138,16 +138,6 @@ user_pref("gfx.canvas.accelerated", true);
*** ***
### Cache Adjustments ### Cache Adjustments
#### Memory and Media Cache
Depending on your workflow, you may can use these prefs if you have 16GB+ RAM:
```javascript
user_pref("browser.cache.memory.capacity", 256000); // default= -1 (32768)
user_pref("browser.cache.memory.max_entry_size", 10240); // default=5120 (5 MB)
user_pref("media.memory_cache_max_size", 131072); // default=8192; AF=65536
user_pref("media.memory_caches_combined_limit_kb", 1048576); // default=524288
user_pref("media.memory_caches_combined_limit_pc_sysmem", 10); // default=5
```
#### Increase Size of Disk Cache #### Increase Size of Disk Cache
Allows the disk cache 1GB on storage. Allows the disk cache 1GB on storage.
```javascript ```javascript