[oe-commits] Mike Westerhof : opkg_wget_nogpg: dramatically reduce memory footprint, too dodge OOM killer.

GIT User account git at amethyst.openembedded.net
Mon Dec 29 15:46:12 UTC 2008


Module: openembedded.git
Branch: ulf/atmel
Commit: 1bbdc74a5384c81d0bdeb96f6acdfef91430d35d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1bbdc74a5384c81d0bdeb96f6acdfef91430d35d

Author: Mike Westerhof <mwester at dls.net>
Date:   Sat Dec 27 00:32:13 2008 -0600

opkg_wget_nogpg: dramatically reduce memory footprint, too dodge OOM killer.
- eliminate unnecessary libopkg.so
- use vfork() instead of fork() and system()
- make specifying of alternate tmpdir actually work.

---

 .../opkg_wget_nogpg_01_use_vfork_gunzip.patch      |  163 ++++++++++++++++
 .../opkg_wget_nogpg_02_use_vfork_system.patch      |  200 ++++++++++++++++++++
 .../files/opkg_wget_nogpg_03_fix_tmpdirs.patch     |  186 ++++++++++++++++++
 packages/opkg/opkg-nogpg-nocurl_svn.bb             |    7 +-
 4 files changed, 554 insertions(+), 2 deletions(-)

Diff:   http://gitweb.openembedded.net/?p=openembedded.git/?a=commitdiff;h=1bbdc74a5384c81d0bdeb96f6acdfef91430d35d




More information about the Openembedded-commits mailing list