Configuring the adapter for IBM SPSS Collaboration and Deployment Services Web services on Linux
When running IBM® SPSS® Collaboration and Deployment Services Web service automations relating to SPSS Modeler on Linux, you may see the error:
java.io.IOException: Too many open files
If this occurs, increase the maximum number of open files on the Linux server by entering the command:
ulimit -n value
where value is the number of files that can be open. This value should be as high as possible, and depends on the amount of nodes in stream files. Default is 1024; a suggested value is 100000.