Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ansible_lza_rosetta_app
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital Preservation
ansible_lza_rosetta_app
Commits
e3a63ca8
Commit
e3a63ca8
authored
2 years ago
by
Jörg Sachse
Browse files
Options
Downloads
Patches
Plain Diff
fix: implements system parameter suggestions from ExL SC 06626566
parent
0149e170
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/oracle/configure_system_limits.yml
+14
-8
14 additions, 8 deletions
tasks/oracle/configure_system_limits.yml
with
14 additions
and
8 deletions
tasks/oracle/configure_system_limits.yml
+
14
−
8
View file @
e3a63ca8
---
---
# all settings as suggested in SupportCase 00909505 "JDBCConnectionException:
# all settings as suggested in
# Cannot open connection [Rosetta 6.3.0.0]"
# - SupportCase 00909505 "JDBCConnectionException:
# Cannot open connection [Rosetta 6.3.0.0]"
# - SupportCase 06626566 "Revalidation Process kills
# performance, ingests and Oracle [Rosetta 7.3.0.2]"
-
name
:
set PAM Limits (man 5 limits.conf)
-
name
:
set PAM Limits (man 5 limits.conf)
ansible.builtin.blockinfile
:
ansible.builtin.blockinfile
:
...
@@ -19,10 +22,10 @@
...
@@ -19,10 +22,10 @@
@exlibris hard memlock 4194304
@exlibris hard memlock 4194304
@dba soft nofile 65000
@dba soft nofile 65000
@dba hard nofile 65000
@dba hard nofile 65000
@dba soft nproc
16384
@dba soft nproc
32768
@dba hard nproc
16384
@dba hard nproc
32768
@dba soft memlock 3
3554432
@dba soft memlock 3
4603008
@dba hard memlock 3
3554432
@dba hard memlock 3
4603008
notify
:
activate kernel parameter changes
notify
:
activate kernel parameter changes
-
name
:
set Kernel parameters (man 5 sysctl.conf)
-
name
:
set Kernel parameters (man 5 sysctl.conf)
...
@@ -43,6 +46,9 @@
...
@@ -43,6 +46,9 @@
fs.aio-max-nr = 3145728
fs.aio-max-nr = 3145728
fs.file-max = 6815744
fs.file-max = 6815744
# Use 65GB, about 95% of total RAM 68G
# Use 65GB, about 95% of total RAM 68G
kernel.shmmax = 69793218560
#kernel.shmmax = 69793218560
kernel.shmall = 17039360
#kernel.shmall = 17039360
# use 61GB, about 89,7% of total RAM 68G as of SC 06626566
kernel.shmmax=65498251264
kernel.shmall=15990784
notify
:
activate kernel parameter changes
notify
:
activate kernel parameter changes
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment