Re: Problem: Out of memory after 2days with 2GB RAM

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Rik van Riel
Date: Thursday, June 12, 2008 - 6:38 am

On Thu, 12 Jun 2008 12:07:34 +0200
"Zdenek Kabelac" <zdenek.kabelac@gmail.com> wrote:


It looks like this is because it wants to allocate 2**5 contiguous
pages, which is 128kB of contiguous kernel memory.
 

As you can see, the 128kB free areas have been pretty much exhausted
and there is still a good amount of free memory.

I am not sure why this last 128kB area was not allocated, but lets
face it - it would have blown up the next allocation anyway.

Doing such a large allocation from a driver is probably not the best
idea.

-- 
All rights reversed.
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Problem: Out of memory after 2days with 2GB RAM, Zdenek Kabelac, (Thu Jun 12, 3:07 am)
Re: Problem: Out of memory after 2days with 2GB RAM, Rik van Riel, (Thu Jun 12, 6:38 am)
Re: Problem: Out of memory after 2days with 2GB RAM, Johannes Berg, (Thu Jun 12, 6:54 am)
Re: Problem: Out of memory after 2days with 2GB RAM, Zdenek Kabelac, (Thu Jun 12, 7:12 am)
Re: Problem: Out of memory after 2days with 2GB RAM, Johannes Berg, (Thu Jun 12, 7:19 am)
Re: Problem: Out of memory after 2days with 2GB RAM, Tomas Winkler, (Thu Jun 12, 8:43 am)
Re: Problem: Out of memory after 2days with 2GB RAM, Tomas Winkler, (Thu Jun 12, 9:35 am)
Re: Problem: Out of memory after 2days with 2GB RAM, Tomas Winkler, (Thu Jun 12, 9:38 am)
Re: Problem: Out of memory after 2days with 2GB RAM, Johannes Berg, (Thu Jun 12, 10:03 am)
Re: Problem: Out of memory after 2days with 2GB RAM, Johannes Berg, (Thu Jun 12, 10:05 am)
Re: Problem: Out of memory after 2days with 2GB RAM, Rik van Riel, (Thu Jun 12, 10:10 am)
Re: Problem: Out of memory after 2days with 2GB RAM, Tomas Winkler, (Thu Jun 12, 10:35 am)
Re: Problem: Out of memory after 2days with 2GB RAM, Johannes Berg, (Thu Jun 12, 10:39 am)
Re: Problem: Out of memory after 2days with 2GB RAM, Tomas Winkler, (Thu Jun 12, 10:39 am)
Re: Problem: Out of memory after 2days with 2GB RAM, Johannes Berg, (Thu Jun 12, 10:46 am)
Re: Problem: Out of memory after 2days with 2GB RAM, Tomas Winkler, (Thu Jun 12, 10:50 am)
Re: Problem: Out of memory after 2days with 2GB RAM, Tomas Winkler, (Thu Jun 12, 11:03 am)
Re: Problem: Out of memory after 2days with 2GB RAM, Johannes Berg, (Thu Jun 12, 11:15 am)
Re: Problem: Out of memory after 2days with 2GB RAM, John W. Linville, (Thu Jun 12, 11:41 am)
Re: Problem: Out of memory after 2days with 2GB RAM, Zdenek Kabelac, (Thu Jun 12, 1:11 pm)
Re: Problem: Out of memory after 2days with 2GB RAM, Jiri Slaby, (Thu Jun 12, 2:30 pm)
Re: Problem: Out of memory after 2days with 2GB RAM, Tomas Winkler, (Thu Jun 12, 3:17 pm)
Re: Problem: Out of memory after 2days with 2GB RAM, Tomas Winkler, (Thu Jun 12, 3:26 pm)
Re: Problem: Out of memory after 2days with 2GB RAM, Andrew Morton, (Thu Jun 12, 5:43 pm)
Re: Problem: Out of memory after 2days with 2GB RAM, Rafael J. Wysocki, (Fri Jun 13, 7:08 am)
Re: Problem: Out of memory after 2days with 2GB RAM, Zdenek Kabelac, (Fri Jun 13, 7:15 am)
Re: Problem: Out of memory after 2days with 2GB RAM, Zdenek Kabelac, (Mon Jun 30, 4:30 am)