I am currently trying to install an Oracle database (11g or 12c) on a virtualized opensuse, within the guidelines I followed request modifying the memory variables in the file /etc/sysctl.conf
the variables are kernel.shmmax kernel.shmmin
and kernel.shmall
, the guide suggests placing the values
kernel.shmall = 2097152
kernel.shmmax = 536870912
kernel.shmmni = 4096
However, it seems that these values depend on the physical memory of the machine (in my case 4GB for the virtual one) since when executing with the values of the guide when creating the Oracle database it has an error.
According to the 4GB of physical memory that virtual has, what would be the optimal values for these variables?