-
Notifications
You must be signed in to change notification settings - Fork 442
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ MPCreate: 173] Can't allocate memory for mempool! #309
Comments
cat /proc/meminfo | grep Huge | |
I met the same problem today.
|
located the failing in |
located in So far I didn't get the root cause , maybe some config is needed. anyone can help? Actually I don't know how to use gdb to debug the functions in dpdk step by step with apps/perf/client |
"[ MPCreate: 173] Can't allocate memory for mempool!".
|
[DEBUG] Initializing mtcp... |
|
--------------------------------------------------------------------------------- |
Loading mtcp configuration from : client.conf |
Loading interface setting |
EAL: Detected 16 lcore(s) |
EAL: Detected 1 NUMA nodes |
EAL: Auto-detected process type: PRIMARY |
EAL: Multi-process socket /var/run/dpdk/rte/mp_socket |
EAL: Some devices want iova as va but pa will be used because.. EAL: IOMMU does not support IOVA as VA |
EAL: No free hugepages reported in hugepages-1048576kB |
EAL: No free hugepages reported in hugepages-1048576kB |
EAL: Probing VFIO support... |
EAL: VFIO support initialized |
EAL: PCI device 0000:00:1f.6 on NUMA socket -1 |
EAL: Invalid NUMA socket, default to 0 |
EAL: probe driver: 8086:15bb net_e1000_em |
EAL: PCI device 0000:02:00.0 on NUMA socket -1 |
EAL: Invalid NUMA socket, default to 0 |
EAL: probe driver: 8086:1533 net_e1000_igb |
EAL: using IOMMU type 1 (Type 1) |
EAL: Ignore mapping IO port bar(2) |
EAL: Auto-detected process type: PRIMARY |
Configurations: |
Number of CPU cores available: 1 |
Number of CPU cores to use: 1 |
Maximum number of concurrency per core: 10000 |
Maximum number of preallocated buffers per core: 10000 |
Receive buffer size: 6291456 |
Send buffer size: 4194304 |
TCP timeout seconds: 30 |
TCP timewait seconds: 0 |
NICs to print statistics: |
--------------------------------------------------------------------------------- |
Interfaces: |
Number of NIC queues: 1 |
--------------------------------------------------------------------------------- |
Loading routing configurations from : config/route.conf |
fopen: No such file or directory |
Skip loading static routing table |
Routes: |
(blank) |
--------------------------------------------------------------------------------- |
Loading ARP table from : config/arp.conf |
fopen: No such file or directory |
Skip loading static ARP table |
ARP Table: |
(blank) |
--------------------------------------------------------------------------------- |
|
Checking link statusdone |
Configuration updated by mtcp_setconf(). |
[DEBUG] Creating thread context...
[ MPCreate: 173] Can't allocate memory for mempool!
The text was updated successfully, but these errors were encountered: