FreeBSD Bugzilla – Attachment 192435 Details for
Bug 227205
Adapting the "${name}_limits" variable of various database service scripts to the recent changes in rc.subr (r328331)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
An entry to UPDATING about the new ${name}_limits behavior on 12-CURRENT (revision: 2)
UPDATING-entry.txt (text/plain), 1.29 KB, created by
Mateusz Piotrowski
on 2018-04-11 12:54:51 UTC
(
hide
)
Description:
An entry to UPDATING about the new ${name}_limits behavior on 12-CURRENT (revision: 2)
Filename:
MIME Type:
Creator:
Mateusz Piotrowski
Created:
2018-04-11 12:54:51 UTC
Size:
1.29 KB
patch
obsolete
>2018MMDD: > AFFECTS: users of databases/{arangodb32,arangodb33,clickhouse,mariadb100-server,mariadb101-server,mariadb102-server,mariadb55-server,mongodb,mongodb32,mongodb34,mongodb34-rocks,mongodb36,mysql55-server,mysql56-server,mysql57-server,mysql80-server,mysqlwsrep56-server,mysqlwsrep57-server,percona55-server,percona56-server,percona57-server} > AUTHOR: 0mp@FreeBSD.org > > The mechanism to set service process resource limits in rc.conf(5) > (${name}_limits) has changed. > > Many databases implement their own ways of resource control. A popular > implementation is defining ${name}_limits to be used and configured via > rc.conf(5), which defaults to "NO". If set to "YES", however, limits(1) is > run before starting a database server service. > > The new mechanism runs limits(1) by default and uses the ${name}_limits > variable to let the user pass extra flags to the limits(1) command. The new > mechanism is not backward compatible as neither "YES" nor "NO" are valid > limits(1) flags. As a result the service may refuse to start with an error > message similar to "limits: NO: No such file or directory". See rc.subr(8) > for details. > > For example, the equivalence of the old "mongod_limits='YES'" configuration > is now "mongod_limits='-U mongodb'". > > This change affects systems running 12-CURRENT.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 227205
:
192120
|
192435
|
192437