Thanks for all your help.

The problem is the memory limit in the startup configuration file. 
Specifically, the size of the `stat-segment,` like Pim mentioned, could be an 
affecting factor. Besides that, the memory size of the main heap should also be 
increased. The resulting configuration needs to add(edit) these lines:

> 
> heapsize 8G
> statseg {
> size 1G
> page-size default-hugepage
> per-node-counters off
> }
> 

>From one of my testing, 1,048,576 routing entries occupy 1.49GB of the main 
>heap and about 20MB of stat-segment. Thus both of them would need to have 
>sufficient memory.
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#21909): https://lists.fd.io/g/vpp-dev/message/21909
Mute This Topic: https://lists.fd.io/mt/93702879/21656
Mute #vpp_papi:https://lists.fd.io/g/vpp-dev/mutehashtag/vpp_papi
Mute #vapi:https://lists.fd.io/g/vpp-dev/mutehashtag/vapi
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/leave/1480452/21656/631435203/xyzzy 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to