Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

В файл /etc/security/limits.conf необходимо добавить ограничения для пользователя oracle:

Code Block
# echo "\n# Oracle
oracle soft nproc 2047
oracle hard nproc 16384
oracle soft nofile 1024
oracle hard nofile 64000" >> /etc/security/limits.conf

...