Edit nofiles
Running an Oracle ODI installer on a CentOS vm, I encountered an error of the type:
checking for hardnofiles = 4096; found hardnofiles = 1024 Failed
checking for softnofiles = 4096; softnofiles = 1024 Failed
The fix was to edit my/etc/security/limits.conf file:
* soft nofile 16384
* hard nofile 65536
Advertisement
Categories: Uncategorized