Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bringup-cluster: Remove tester pid limits.
By default the container running ovn-tester could use only up to 2048 pids. With large scale OVN-IC tests (e.g., 500 zones) the tester (through ovsdbapp) was failing to spawn enough threads to handle all the database connections. Remove the pid limit. NOTE: this is a bit of a band aid because it doesn't fix the real bottleneck in such scenarios, i.e., the fact that the tester still keeps long lived connections to all DBs. Signed-off-by: Dumitru Ceara <dceara@redhat.com>
- Loading branch information