Hello
Sometimes the discovery process halted with an error like:
PTY :Forking ssh -o 'UserKnownHostsFile=/dev/null' -o 'StrictHostKeyChecking no' -o KexAlgorithms=+diffie-hellman-group1-sha1,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1 -o HostKeyAlgorithms=+ssh-dss -o Ciphers=+aes256-cbc,3des-cbc -o PreferredAuthentications=password -o PubkeyAuthentication=no -l admin -p 22 10.0.0.250
Cannot allocate memory at /var/nedi/inc/libcli.pm line 668.
There are next lines at that place in libcli.pm:
unless (my $pid = fork){
die $! unless defined $pid;
How can I fix it? I've already checked free memory and free disk space.