yes, it's linux and our values are orders of magnitude smaller than yours. we will increase them and see what happens.
however, we are still running a 2.2 series kernel but I guess the settings are similar there. do you know a good resource that explains how to set these values (e.g. MAXUSERTASKS * XYZ)? thanks a lot, robert > > In case you use Linux make sure you have set > > - the numbers of filedescriptors high enough > - sized the shared memory segments > > This is our settings in /etc/sysctl.conf on a machine with 4 Gig of RAM: > > [root@aubir3p1 /root]# grep -v \# /etc/sysctl.conf > net.ipv4.ip_forward = 0 > net.ipv4.conf.all.rp_filter = 1 > net.ipv4.ip_always_defrag = 0 > kernel.sysrq = 0 > fs.file-max=32768 > > kernel.shmmax=3221225472 > kernel.sem=4096 512000 1600 2048 > kernel.msgmax=16384 > kernel.shmall=3221225472 > > This applies to Kernel 2.4 of course :-) > > > Hope this helps. > > Greetings, _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
