Could anybody point me in the right direction for setting the kernel parameter, max_stack_depth, to 10240 for database tuning?
I have currently set it by running 'ulimit -s 10240' but this does not survive a reboot.
Look at the file /etc/security/limits.conf
For documentation, 'man limits.conf'
- Thomas