[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#535210: marked as done (E: Dynamic MMap ran out of room.)



Your message dated Fri, 5 Nov 2010 19:04:23 +0100
with message-id <AANLkTimy3Hukfk0Gy-JrV2yQWXN_VQUz3iOdz2sBekNG@mail.gmail.com>
and subject line Close: E: Dynamic MMap ran out of room.
has caused the Debian Bug report #535210,
regarding E: Dynamic MMap ran out of room.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
535210: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=535210
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: apt
Version: 0.7.21
Severity: wishlist

Hi,

the default dynamic MMap in apt is getting too small again. Since
ia32-apt-get adds i386 Packages.gz to the mix, thereby doubling the
number of packages, even a conservative sources.list results in:

Reading package lists... Error!
E: Dynamic MMap ran out of room. Please increase the size of APT::Cache-Limit. Current value: 25165824. (man 5 apt.conf)

I would welcome it if the default value could be increased again.

MfG
	Goswin

-- Package-specific info:

-- (/etc/apt/preferences present, but not submitted) --


-- (/etc/apt/sources.list present, but not submitted) --


-- System Information:
Debian Release: squeeze/sid
  APT prefers transitional-i386
  APT policy: (500, 'transitional-i386'), (500, 'transitional'), (500, 'unstable'), (400, 'unstable-i386'), (1, 'experimental-i386'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.29.4-frosties-1
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages apt depends on:
ii  debian-archive-keyring        2009.01.31 GnuPG archive keys of the Debian a
ii  libc6                         2.9-18     GNU C Library: Shared libraries
ii  libgcc1                       1:4.4.0-9  GCC support library
ii  libstdc++6                    4.4.0-9    The GNU Standard C++ Library v3

apt recommends no packages.

Versions of packages apt suggests:
ii  apt-doc                   0.7.21         Documentation for APT
ii  aptitude                  0.4.11.11-1+b1 terminal-based package manager
ii  bzip2                     1.0.5-3        high-quality block-sorting file co
ii  dpkg-dev                  1.15.2         Debian package development tools
ii  lzma                      4.43-14        Compression method of 7z format in
ii  python-apt                0.7.10.4       Python interface to libapt-pkg
ii  synaptic                  0.62.7         Graphical package manager

-- no debconf information



--- End Message ---
--- Begin Message ---
Version: 0.7.26~exp8

The error is gone as the MMap is now able to grow automatically
as needed at runtime on all architectures (by falling back to a char[]
on e.g. kfreebsd systems which do not have mremap).

  * apt-pkg/pkgcachegen.{cc,h}:
    - make the used MMap moveable (and therefore dynamic resizeable) by
      applying (some) mad pointer magic (Closes: #195018)


Best regards

David Kalnischkies


--- End Message ---

Reply to: