Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HPCasCode
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
hpc-team
HPCasCode
Commits
cd717c44
Commit
cd717c44
authored
5 years ago
by
Simon Michnowicz
Browse files
Options
Downloads
Patches
Plain Diff
improved comments
Former-commit-id:
b1c9ae16
parent
b870022b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/set_semaphore_count/README.md
+2
-2
2 additions, 2 deletions
roles/set_semaphore_count/README.md
with
2 additions
and
2 deletions
roles/set_semaphore_count/README.md
+
2
−
2
View file @
cd717c44
Some programs, i.e. GAMESS, needs a larger number of system semaphores than provided by default.
Some programs, i.e. GAMESS, needs a larger number of system semaphores than provided by default.
This role creates a
systemctl file
that sets the value on startup, so that it is persistent after reboot
This role creates a
config file in /etc/sysctl.d/
that sets the value on startup, so that it is persistent after reboot
Shell command
t
o
set coun
t: This is the default value for the role
It also runs a
Shell command
s
o
change has immediate effec
t: This is the default value for the role
echo 500 256000 64 10240 > /proc/sys/kernel/sem
echo 500 256000 64 10240 > /proc/sys/kernel/sem
We use a variable SEM_COUNT so users can override the default setting.
We use a variable SEM_COUNT so users can override the default setting.
...
...
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