Hi all,
on a brand new Kubuntu install I just made, I got error "library initialization failed - unable to allocate file descriptor table" when compiling with mvn or others compilator, but also when installing a pkg...
A solution is to increase ulimit.
eg.
This works temporary at session level.
Nevertheless, I could not find any reason for this error on a new install. Is there any mean to prevent this ?
on a brand new Kubuntu install I just made, I got error "library initialization failed - unable to allocate file descriptor table" when compiling with mvn or others compilator, but also when installing a pkg...
A solution is to increase ulimit.
eg.
Code:
ulimit -n 10000
Nevertheless, I could not find any reason for this error on a new install. Is there any mean to prevent this ?