DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Zhang, Jerry" <jerry.zhang@intel.com>
To: "zhangsha (A)" <zhangsha.zhang@huawei.com>,
	"dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] mmap failed: Cannot allocate memory when init dpdk eal
Date: Tue, 3 Feb 2015 01:16:22 +0000	[thread overview]
Message-ID: <FA09AAB07F084C4DA208D537E2734D2C486B4998@CDSMSX102.ccr.corp.intel.com> (raw)
In-Reply-To: <54CB6DAA.4060908@huawei.com>

Hi,

   Please provide the environment info such as kernel version, DPDK version and the reproduce steps in detail.

   Thanks!

>-----Original Message-----
>From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of zhangsha (A)
>Sent: Friday, January 30, 2015 7:40 PM
>To: dev@dpdk.org
>Subject: [dpdk-dev] mmap failed: Cannot allocate memory when init dpdk eal
>
>Hi ,all
>
>I am suffering from the problem mmap failed as followed when init dpdk eal.
>
>Fri Jan 30 09:03:29 2015:EAL: Setting up memory...
>Fri Jan 30 09:03:34 2015:EAL: map_all_hugepages(): mmap failed: Cannot
>allocate memory Fri Jan 30 09:03:34 2015:EAL: Failed to mmap 2 MB hugepages
>Fri Jan 30 09:03:34 2015:EAL: Cannot init memory
>
>Before I run the demo, the free hugepages of my host is :
>
>cat /proc/meminfo
>MemTotal:       132117056 kB
>MemFree:        122040292 kB
>Buffers:           10984 kB
>Cached:           123056 kB
>SwapCached:            0 kB
>Active:           120812 kB
>Inactive:          85860 kB
>Active(anon):      79488 kB
>Inactive(anon):      364 kB
>Active(file):      41324 kB
>Inactive(file):    85496 kB
>Unevictable:       23576 kB
>Mlocked:           23576 kB
>SwapTotal:             0 kB
>SwapFree:              0 kB
>Dirty:              2576 kB
>Writeback:             0 kB
>AnonPages:         96236 kB
>Mapped:            19936 kB
>Shmem:               552 kB
>Slab:             101344 kB
>SReclaimable:      24164 kB
>SUnreclaim:        77180 kB
>KernelStack:        2544 kB
>PageTables:         4180 kB
>NFS_Unstable:          0 kB
>Bounce:                0 kB
>WritebackTmp:          0 kB
>CommitLimit:    61864224 kB
>Committed_AS:     585844 kB
>VmallocTotal:   34359738367 kB
>VmallocUsed:      518656 kB
>VmallocChunk:   34292133264 kB
>HardwareCorrupted:     0 kB
>AnonHugePages:      4096 kB
>HugePages_Total:    4096
>HugePages_Free:     4096
>HugePages_Rsvd:        0
>HugePages_Surp:        0
>Hugepagesize:       2048 kB
>DirectMap4k:       96256 kB
>DirectMap2M:     6178816 kB
>DirectMap1G:    127926272 kB
>
>And after the demo executed, I got the hugepages like this:
>
>cat /proc/meminfo
>MemTotal:       132117056 kB
>MemFree:        117325180 kB
>Buffers:           33508 kB
>Cached:           721912 kB
>SwapCached:            0 kB
>Active:          4217712 kB
>Inactive:         540956 kB
>Active(anon):    4019068 kB
>Inactive(anon):   121136 kB
>Active(file):     198644 kB
>Inactive(file):   419820 kB
>Unevictable:       23908 kB
>Mlocked:           23908 kB
>SwapTotal:             0 kB
>SwapFree:              0 kB
>Dirty:              2856 kB
>Writeback:             0 kB
>AnonPages:       4035184 kB
>Mapped:           160292 kB
>Shmem:            122100 kB
>Slab:             177908 kB
>SReclaimable:      64808 kB
>SUnreclaim:       113100 kB
>KernelStack:        7560 kB
>PageTables:        62128 kB
>NFS_Unstable:          0 kB
>Bounce:                0 kB
>WritebackTmp:          0 kB
>CommitLimit:    61864224 kB
>Committed_AS:    8789664 kB
>VmallocTotal:   34359738367 kB
>VmallocUsed:      527296 kB
>VmallocChunk:   34292122604 kB
>HardwareCorrupted:     0 kB
>AnonHugePages:    262144 kB
>HugePages_Total:    4096
>HugePages_Free:     2048
>HugePages_Rsvd:        0
>HugePages_Surp:        0
>Hugepagesize:       2048 kB
>DirectMap4k:      141312 kB
>DirectMap2M:     9279488 kB
>DirectMap1G:    124780544 kB
>
>Only the hugepages beyond to node1 was mapped. I was told host(having 64bit
>OS) cannot allocate memory while node0 has 2048 free hugepages,why?
>Dose anyone encountered the similar problem ever?
>Any response will be appreciated!
>Thanks!
>


      parent reply	other threads:[~2015-02-03  1:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-30 11:40 zhangsha (A)
2015-01-30 12:24 ` Linhaifeng
2015-02-05  9:31   ` [dpdk-dev] 答复: " zhangsha (A)
2015-02-03  1:16 ` Zhang, Jerry [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=FA09AAB07F084C4DA208D537E2734D2C486B4998@CDSMSX102.ccr.corp.intel.com \
    --to=jerry.zhang@intel.com \
    --cc=dev@dpdk.org \
    --cc=zhangsha.zhang@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).