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
b1c9ae16
Commit
b1c9ae16
authored
5 years ago
by
Simon Michnowicz
Browse files
Options
Downloads
Patches
Plain Diff
improved comments
parent
8a54da6a
No related branches found
No related tags found
1 merge request
!241
Fix semaphore count
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 @
b1c9ae16
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.
Simon Michnowicz
@smichnow
mentioned in commit
cd717c44
·
4 years ago
mentioned in commit
cd717c44
mentioned in commit cd717c447b98b98ef38c57d63de7af154dc7027e
Toggle commit list
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