Hi, i'm trying to test Oracle linux 7.7 in virtual box 6.
After a regular installation (server with GUI) I install oracle-database-server-12cR2-preinstall package.
When running runinstaller (12.2) it complains about the soft stack size to be 8192 instead of 10240.
After the runfix script the error remains even when reconnecting the session or rebooting the server.
Limits.conf seems configured correctly.
[oracle@DG1 ~]$ ulimit -Ss
8192
[oracle@DG1 ~]$ cat /etc/security/limits.conf | grep stack
# - stack - max stack size (KB)
#Oracle recommended value for stack is set to 10240 for user oracle
oracle soft stack 10240
Under /etc/security/limits.d I have two files:
[root@DG1 limits.d]# pwd
/etc/security/limits.d
[root@DG1 limits.d]# ls
20-nproc.conf oracle-database-server-12cR2-preinstall.conf
oracle-database-server-12cR2-preinstall.conf redefines soft stack with the value of 10240, no idea where the 8192 is taken..
I've checked /etc/profile and /home/oracle/.bash_profile but no limit is specified.
Any idea?
Thanks
Adriano