Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Soft stack limit ignored in oracle linux 7.7

EarthlessNov 6 2019 — edited Nov 7 2019

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

This post has been answered by Dude! on Nov 7 2019
Jump to Answer
Comments
Post Details
Added on Nov 6 2019
13 comments
4,147 views