Re: [vpp-dev] Configuration with over 800 VLANs

2022-02-10 Thread Andre Courchesne
So on CentOS7 I tried with 2 fd and still got the same. So I re-imaged my server with Ubuntu 20.04 and installed the latest vpp packages and used the same initial configuration and this time I'm getting out of memory errors on the console... I have 8Gb or RAM on that server. I will try to get

Re: [vpp-dev] Configuration with over 800 VLANs

2022-02-10 Thread Andre Courchesne
Hi Benoit, I'm running bare metal, however on CentOS 7 so I'm not running the latest version of VPP and currently running 20.09 (which, as far as I could find, is the latest available for CentOS7). For the file limit I'm pretty sure as the vpp runs as root and from a root shell a `ulimit -n` gave

Re: [vpp-dev] Configuration with over 800 VLANs

2022-02-10 Thread Benoit Ganne (bganne) via lists.fd.io
I think you're still out of free fd, the error message is quite clear "tap_create_if: open '/dev/net/tun': Too many open files". Looks like 8000 is not enough... Are you sure the ulimit update does apply to the VPP process - I am asking because a lot of things can change it, between different use