在使用该产品之前,建议您让您的系统管理员增加可供 WebSphere® Integration Developer 用户使用的文件句柄数,使其超过每个进程 1024 个文件句柄的缺省限制。
使用下列步骤来在 Linux® 上增加文件描述符时一定要小心。如果未正确遵循指示信息可能会导致不能正确引导机器。最好是让系统管理员来执行此操作。
* soft nofile 1024
* hard nofile 2048
root soft nofile 4096
root hard nofile 8192
user1 soft nofile 2048
user1 hard nofile 2048