7時起床
?lucメールなど
OpenOffice.org、firefox、チューニング調査
22時半過ぎまでテレビ見ながらデータ作成。
2005-01-17 Mon
topの動作を見ている限り、やらなくていいのかも。
考え過ぎなのかもしれない。でもマシンが非力だからなんとかしたい。
<Openoffice.org>
チューニング方法が見つからない。
関係ないかもしれないが次のファイルをいじると何かできるかも。これ1.0あたりの話みたい。common.xmlなんて無い。似ているファイルも無い。
http://www.atmarkit.co.jp/flinux/rensai/linuxtips/339noapplybtn.htmlより
OpenOffice.orgを終了した状態で、設定ファイルを変更する。設定ファイルは、~/OpenOffice.org/user/config/registry/instance/org/openoffice/
Office/Common.xmlだ。
<firefox>
firefox-binの数を減らしたいんだけど。。。よく分からん。
ネスケの時はdot.mozillaかなんかを編集すると減ったんだけどね。
今はメモリの状態で自動的に調整される? そんな感じ。
高速化?http://firefox.geckodev.org/?cmd=read&page=%A5%C1%A5%E5%A1%BC%A5%CB%A5%F3%A5%B0&word=%A5%C1%A5%E5%A1%BC%A5%CB%A5%F3%A5%B0
./mozilla/firefox/???.default/user.js 作成・編集
user_pref("browser.cache.memory.capacity", 65536);それからシングルウインドウモード
user_pref("browser.cache.disk_cache_ssl", true);
user_pref("browser.xul.error_pages.enabled", true);
user_pref("content.interrupt.parsing", true);
user_pref("content.max.tokenizing.time", 3000000);
user_pref("content.maxtextrun", 8191);
user_pref("content.notify.backoffcount", 5);
user_pref("content.notify.interval", 750000);
user_pref("content.notify.ontimer", true);
user_pref("content.switch.threshold", 750000);
// user_pref("network.http.max-connections", 32);
user_pref("network.http.max-connections", 4);
user_pref("network.http.max-connections-per-server", 8);
user_pref("network.http.max-persistent-connections-per-proxy", 8);
user_pref("network.http.max-persistent-connections-per-server", 4);
user_pref("network.http.pipelining", true);
user_pref("network.http.pipelining.maxrequests", 8);
user_pref("network.http.proxy.pipelining", true);
user_pref("nglayout.initialpaint.delay", 750);
user_pref("plugin.expose_full_path", true);
user_pref("signed.applets.codebase_principal_support", true);
http://level.s69.xrea.com/mozilla/tips.html#aboutconfig