LoginSignup
2

More than 5 years have passed since last update.

prelink使ってみた

Last updated at Posted at 2014-09-17

Atom+HDDのノートPCが遅すぎでprelinkすることにした。raspberrypiにも使えそう。
プログラムやライブラリを事前に読んでおくprelinkについて。
preloadはうまくキャッシュされなかったのでやめた。

インストール

pacman -Sy prelink

設定

cronに登録
# fcrontab -l
@reboot prelink -amR
  • キャッシュファイル: /etc/prelink.cache
  • 設定ファイル: /etc/prelink.conf

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2