#2278 BLOC Future : Memory pressure

Zarro Boogs per Child bugtracker at laptop.org
Mon Jan 28 20:34:52 EST 2008


#2278: Memory pressure
--------------------------+-------------------------------------------------
  Reporter:  cjb          |       Owner:  cjb           
      Type:  defect       |      Status:  new           
  Priority:  blocker      |   Milestone:  Future Release
 Component:  performance  |     Version:                
Resolution:               |    Keywords:                
  Verified:  0            |    Blocking:                
 Blockedby:               |  
--------------------------+-------------------------------------------------

Comment(by gnu):

 I believe that much of the slowness of MP machines in Ship.1 is due to
 memory pressure.  When a page is paged in from a shared library, the file
 system needs to uncompress it (this is not quick).  It is quickly thrown
 away due to memory pressure, and then needs to be re-read and re-
 uncompressed.  Because we are not using prelink, many shared library pages
 are modified by relocation/linkage and thus pollute the RAM and can never
 be swapped out, reducing the available page frames for read-only pages.
 See /proc/NNNNN/smaps for details.

-- 
Ticket URL: <http://dev.laptop.org/ticket/2278#comment:18>
One Laptop Per Child <http://dev.laptop.org>
OLPC bug tracking system



More information about the Bugs mailing list