> i never touch lotus in linux but the problem is that your lotus server is > already maxing out the limits of your system's filedescriptors :-> > > @notes soft nofile 65535 > @notes hard nofile 65535 > > fooler.
I found this docu regarding the manipulation of the /etc/sysconfig/sysctl (at least that where it is in SUSE 9.0 ES) for Oracle 9i to function flawlessly becasue some kernel parameters are set too conservatively in some Linux Distro (lost the link sorry) kernel.shmmax = 536870912 kernel.shmmni = 4096 kernel.shmall = 2097152 kernel.sem = 250 32000 100 128 fs.file-max = 65536 net.ipv4.ip_local_port_range = 1024 65000 Although this setting is for Oracle 9i in Linux (and since its also is a big programs (like Lotus Domino[5000+]users) that needs all of the box resources) , the Q is, do I have to set this up sysctl or /etc/security/limits.conf would be enough? This is the output of 'ulimit -a' core file size (blocks, -c) 0 data seg size (kbytes, -d) unlimited file size (blocks, -f) unlimited max locked memory (kbytes, -l) unlimited max memory size (kbytes, -m) unlimited open files (-n) 59900 pipe size (512 bytes, -p) 8 stack size (kbytes, -s) unlimited cpu time (seconds, -t) unlimited max user processes (-u) 20400 virtual memory (kbytes, -v) unlimited where openfiles and max user processes are the only one limited. By the way, thanks for the advice fooler, although I don't think its sane to put 65535 hehehe More power to the group jGaspar _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List [email protected] (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archives: http://archives.free.net.ph

