-
Notifications
You must be signed in to change notification settings - Fork 0
Home
dynamis edited this page Dec 14, 2017
·
6 revisions
Welcome to the amber wiki!
e10sを有効化しない、有効化時もプロセス数を減らす:
- browser.tabs.remote.autostart = false
- browser.tabs.remote.autostart.2 = false
- dom.ipc.processCount = 1
キャッシュ系の設定:
- nglayout.debug.disable_xul_fastload = true
- browser.cache.memory.enable=false
- browser.cache.memory.capacity = 0 / 2048 etc.
- browser.cache.offline.enable = false
- browser.sessionhistory.max_total_viewers = 0
MozillaZine のリファレンスが充実している
Firefox の仕様メモリ分析は about:memory で見るのが基本 (GC/CC 実行などの解放処理も)。その出力について詳しくは MDN 参照: