* bitbake eating more than 6GB ram while parsing recipes
@ 2011-10-23 7:57 Martin Jansa
2011-10-23 14:39 ` Khem Raj
0 siblings, 1 reply; 2+ messages in thread
From: Martin Jansa @ 2011-10-23 7:57 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
[-- Attachment #1: Type: text/plain, Size: 1623 bytes --]
Hi,
I know this was reported a while ago and I had this issue for few days
with 4 GB RAM on my workstation it was hard to do anything when bitbake
was parsing and today I've "resolved" it by removing cache.
first I've tried to remove
#PARALLEL_MAKE="-j3"
#BB_NUMBER_THREADS = "2"
from my local.conf and it didn't help I still had 6 bitbake processes
4 eating ~ 1GB ad 2 with ~ 512MB. So I've removed tmp/cache except
bb_persist_data.sqlite3:
OE om-gta02@shr ~/shr-core $ du -hs tmp/cache/*
35M tmp/cache/bb_codeparser.dat
0 tmp/cache/bb_codeparser.dat.lock.13293
0 tmp/cache/bb_codeparser.dat.lock.13294
0 tmp/cache/bb_codeparser.dat.lock.13295
0 tmp/cache/bb_codeparser.dat.lock.15708
0 tmp/cache/bb_codeparser.dat.lock.16878
0 tmp/cache/bb_codeparser.dat.lock.16879
0 tmp/cache/bb_codeparser.dat.lock.16880
0 tmp/cache/bb_codeparser.dat.lock.25605
68K tmp/cache/bb_persist_data.sqlite3
87M tmp/cache/default-eglibc
OE om-gta02@shr ~/shr-core $ rm -rf tmp/cache/bb_codeparser.dat*
OE om-gta02@shr ~/shr-core $ du -hs tmp/cache/default-eglibc/*
13M tmp/cache/default-eglibc/nokia900
13M tmp/cache/default-eglibc/om-gta02
13M tmp/cache/default-eglibc/palmpre
13M tmp/cache/default-eglibc/qemuarm
13M tmp/cache/default-eglibc/qemux86
13M tmp/cache/default-eglibc/qemux86-64
13M tmp/cache/default-eglibc/spitz
OE om-gta02@shr ~/shr-core $ rm -rf tmp/cache/default-eglibc/
and now it's sane again and memory used is < 2GB.
Regards,
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: bitbake eating more than 6GB ram while parsing recipes
2011-10-23 7:57 bitbake eating more than 6GB ram while parsing recipes Martin Jansa
@ 2011-10-23 14:39 ` Khem Raj
0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2011-10-23 14:39 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On Sun, Oct 23, 2011 at 12:57 AM, Martin Jansa <martin.jansa@gmail.com> wrote:
> Hi,
>
> I know this was reported a while ago and I had this issue for few days
> with 4 GB RAM on my workstation it was hard to do anything when bitbake
> was parsing and today I've "resolved" it by removing cache.
yes I have exact same problem. As you add more machines to same tmpdir
build. It keeps becoming s bigger pig. And so far I have been removing
cache dir too since s parse from scratch is way faster in this case.
I think we have to profile bitbake and find the memory wastage even after
parse right now it keeps like 600M through out the build process which
could be reduced too.
>
> first I've tried to remove
> #PARALLEL_MAKE="-j3"
> #BB_NUMBER_THREADS = "2"
> from my local.conf and it didn't help I still had 6 bitbake processes
> 4 eating ~ 1GB ad 2 with ~ 512MB. So I've removed tmp/cache except
> bb_persist_data.sqlite3:
>
> OE om-gta02@shr ~/shr-core $ du -hs tmp/cache/*
> 35M tmp/cache/bb_codeparser.dat
> 0 tmp/cache/bb_codeparser.dat.lock.13293
> 0 tmp/cache/bb_codeparser.dat.lock.13294
> 0 tmp/cache/bb_codeparser.dat.lock.13295
> 0 tmp/cache/bb_codeparser.dat.lock.15708
> 0 tmp/cache/bb_codeparser.dat.lock.16878
> 0 tmp/cache/bb_codeparser.dat.lock.16879
> 0 tmp/cache/bb_codeparser.dat.lock.16880
> 0 tmp/cache/bb_codeparser.dat.lock.25605
> 68K tmp/cache/bb_persist_data.sqlite3
> 87M tmp/cache/default-eglibc
> OE om-gta02@shr ~/shr-core $ rm -rf tmp/cache/bb_codeparser.dat*
>
> OE om-gta02@shr ~/shr-core $ du -hs tmp/cache/default-eglibc/*
> 13M tmp/cache/default-eglibc/nokia900
> 13M tmp/cache/default-eglibc/om-gta02
> 13M tmp/cache/default-eglibc/palmpre
> 13M tmp/cache/default-eglibc/qemuarm
> 13M tmp/cache/default-eglibc/qemux86
> 13M tmp/cache/default-eglibc/qemux86-64
> 13M tmp/cache/default-eglibc/spitz
> OE om-gta02@shr ~/shr-core $ rm -rf tmp/cache/default-eglibc/
>
> and now it's sane again and memory used is < 2GB.
>
> Regards,
> --
> Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-10-23 14:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-23 7:57 bitbake eating more than 6GB ram while parsing recipes Martin Jansa
2011-10-23 14:39 ` Khem Raj
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox