public inbox for linux-arm-kernel@lists.infradead.org 
 help / color / mirror / Atom feed
* [linux-3.10.17] Could not allocate memory from free CMA areas
@ 2014-07-08 23:41 PINTU KUMAR
  2014-07-12  1:27 ` Pintu Kumar
  2014-07-15 12:49 ` Marek Szyprowski
  0 siblings, 2 replies; 7+ messages in thread
From: PINTU KUMAR @ 2014-07-08 23:41 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

We are facing one problem on linux 3.10 when we try to use CMA as large as 56MB for 256MB RAM device.
We found that after certain point of time (during boot), min watermark check is failing when "free_pages" and "free_cma_pages" are almost equal and falls below the min level.

system details:
ARM embedded device: RAM: 256MB
Kernel version: 3.10.17
Fixed Reserved memory: ~40MB
Available memory: 217MB
CMA reserved 1 : 56MB
ZRAM configured: 128MB or 64MB
min_free_kbytes: 1625 (default)
Memory controller group enabled (MEMCG)


After boot-up the "free -tm" command shows free memory as: ~50MB
CMA is used for all UI display purposes. CMA used during bootup is close to ~6MB.
Thus most of the free memory is in the form of CMA free memory.
ZRAM getting uses was around ~5MB.


During boot-up itself we observe that the following conditions are met.


if (free_pages - free_cma <= min + lowmem_reserve) {
??? printk"[PINTU]: __zone_watermark_ok: failed !\n");

??? return false;
}
Here: free_pages was: 12940, free_cma was: 12380, min: 566, lowmem: 0


Thus is condition is met most of the time.
And because of this watermark failure, Kswapd is waking up frequently.
The /proc/pagetypeinfo reports that most of the higher order pages are from CMA regions.


We also observed that ZRAM is trying to allocate memory from CMA region and failing.

We also tried by decreasing the CMA region to 20MB. With this the watermark failure is not happening in boot time. But if we launch more than 3 apps {Browser, music-player etc}, again the watermark started failing.

Also we tried decreasing the min_free_kbytes=256, and with this also watermark is passed.

Our observation is that ZRAM/zsmalloc trying to allocate memory from CMA areas and failed.


Please let us know if anybody have come across the same problem and how to resolve this issue.





Thank You!
Regards,
Pintu

^ permalink raw reply	[flat|nested] 7+ messages in thread
[parent not found: <dsqnq2i1mer1r7kpvuflt0k9.1406214301636@email.android.com>]
[parent not found: <54sabdnxop04vxd7ewndc0qf.1407077745645@email.android.com>]

end of thread, other threads:[~2014-08-06  7:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-08 23:41 [linux-3.10.17] Could not allocate memory from free CMA areas PINTU KUMAR
2014-07-12  1:27 ` Pintu Kumar
2014-07-15 12:49 ` Marek Szyprowski
     [not found] <dsqnq2i1mer1r7kpvuflt0k9.1406214301636@email.android.com>
2014-07-29  8:06 ` Joonsoo Kim
     [not found] <54sabdnxop04vxd7ewndc0qf.1407077745645@email.android.com>
2014-08-04  7:11 ` Joonsoo Kim
2014-08-05 14:54   ` Pintu Kumar
2014-08-06  7:59     ` Joonsoo Kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox