Skip to content

Instantly share code, notes, and snippets.

@maiha
Created April 20, 2012 06:43
Show Gist options
  • Save maiha/2426632 to your computer and use it in GitHub Desktop.
Save maiha/2426632 to your computer and use it in GitHub Desktop.
APT-Cache-Limit
# aptitude update
...
パッケージリストを読み込んでいます... エラー!
E: 動的 MMap が範囲を越えました。APT::Cache-Limit の大きさを増やしてください。現在値は 25165824 です (man 5 apt.conf を参照)。
E: yate-scripts を処理中にエラーが発生しました (NewVersion1)
E: Problem with MergeList /var/lib/apt/lists/jp.archive.ubuntu.com_ubuntu_dists_maverick_universe_binary-amd64_Packages
W: Unable to munmap
E: パッケージリストまたはステータスファイルを解釈またはオープンすることができません。
# vi /etc/apt/apt.conf.d/70debconf
APT::Cache-Limit "100000000";
# aptitude update
...
パッケージリストを読み込んでいます... 完了
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment