← Back to team overview

tiomap-dev team mailing list archive

Re: [Bug 690370] Re: Strange out of memory on pandaboard

 

Yes, I do have that setting, and I see these errors regardless of how it is
set.

I've ordered a new SD card so I can try upgrading to a later version.  What
version of Ubuntu would you recommend for this board as the most stable?

On Wed, Sep 26, 2012 at 12:58:42PM -0000, Paolo Pisati wrote:
> @mdz: please check that
> 
> flag@flag-desktop:~$ sysctl vm.min_free_kbytes
> vm.min_free_kbytes = 32768
> 
> since N we had this fix in casper, and a file was created in /etc/sysctl.d accordingly.
> If you upgraded from a previous release/daily/beta/etcetc, it could be that you didn't get that fix/file, so create it manually.
> >From Q this is fixed at the kernel level, so no need to do anything there.
> 
> Beware that since P we switched to armhf so you won't be able to upgrade
> to the latest and greatest, so if i would be in you i would consider a
> reinstallation with a recent P/Q armhf image.
> 
> -- 
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/690370
> 
> Title:
>   Strange out of memory on pandaboard
> 
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/linux-ti-omap4/+bug/690370/+subscriptions

-- 
 - mdz

-- 
You received this bug notification because you are a member of TI OMAP
Developers, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/690370

Title:
  Strange out of memory on pandaboard

Status in “linux-ti-omap4” package in Ubuntu:
  Incomplete

Bug description:
  A GCC trunk bootstrap fails with:

  gcc   -g -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -fno-common  -DHAVE_CONFIG_H -DGENERATOR_FILE  -o build/gengtype \
  	    build/gengtype.o build/errors.o build/gengtype-lex.o build/gengtype-parse.o build/gengtype-state.o build/version.o ../build-armv7l-unknown-linux-gnueabi/libiberty/libiberty.a
  /bin/bash ../../trunk/gcc/../move-if-change tmp-gi.list gtyp-input.list
  echo timestamp > s-gtyp-input
  build/gengtype  \
                      -S ../../trunk/gcc -I gtyp-input.list -w gtype.state
  build/gengtype  \
                      -r gtype.state

  out of memory allocating 4072 bytes after a total of 199240912 bytes
  make[3]: *** [s-gtype] Error 1
  make[3]: Leaving directory `/home/guerby/build/gcc'
  make[2]: *** [all-stage1-gcc] Error 2
  make[2]: Leaving directory `/home/guerby/build'
  make[1]: *** [stage1-bubble] Error 2
  make[1]: Leaving directory `/home/guerby/build'
  make: *** [bootstrap] Error 2

  real	8m9.482s
  user	4m0.680s
  sys	1m37.547s

  Looking at top at the time of failure:

  Mem:    681844k total,   368152k used,   313692k free,     6076k buffers
  Swap:        0k total,        0k used,        0k free,   240456k cached

  /home is mounted over NFS, swap is commented out, make bootstrap after
  a clean boot, /etc/rc.local has:

  sysctl -w vm.overcommit_memory=2
  echo 0 > /proc/sys/kernel/randomize_va_space

  In a different situation, with mem=768M in a previous test I got various issues reported in /var/log/messages
  copy here: wget http://guerby.org/ftp/messages-pandaboard

  rsalveti asked me to open a report.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-ti-omap4/+bug/690370/+subscriptions


References