Branch: refs/heads/master
Home:
https://github.com/fabbione/kronosnet
Commit: 990bc28682b6f3c93a839f7138338713c59c58f7
https://github.com/fabbione/kronosnet/commit/990bc28682b6f3c93a839f71383387…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2017-09-14 (Thu, 14 Sep 2017)
Changed paths:
M libknet/handle.c
M libknet/internals.h
M libknet/tests/api-check.mk
Log Message:
-----------
[handle] implement open knet_handle tracker
limit the number of open knet_handle to UINT8_MAX for now.
UINT8_MAX requires approx 20GB of RAM only for init and more
than 1024 fds (tune your ulimit as necessary) without taking
into account fds required for links
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>