Skip to content
Snippets Groups Projects
Commit cd717c44 authored by Simon Michnowicz's avatar Simon Michnowicz
Browse files

improved comments

Former-commit-id: b1c9ae16
parent b870022b
No related branches found
No related tags found
No related merge requests found
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 to set count: This is the default value for the role It also runs a Shell command so change has immediate effect: 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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment