はっきり言ってメモリの少ないLS-LGLでWeb設定画面を常時立ち上げているのは無駄なので起動しないようにする。
まず以下のコマンドを実行。
# /etc/init.d/httpd.sh stop
/etc/init.d/rcSの以下の行から httpd.shという記述を削除すればいい。
for CMD in EnablingAutoip.sh restore_config.sh mount_share.sh networking.sh setup_time.sh smb.sh httpd.sh clientUtil_servd.sh modules.sh
Web設定画面が必要になったら以下のコマンドで起動する。
# /etc/init.d/httpd.sh start
これで13MB中、2MBものメモリが空きました・・・とかPC-98使ってた頃を思い出すような話だな。