Announcement

Collapse
No announcement yet.

Error after brand new install: library initialization failed - unable to allocate file descriptor table

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Error after brand new install: library initialization failed - unable to allocate file descriptor table

    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.
    Code:
    ulimit -n 10000
    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 ?
Working...
X