commit | c1af7b8c94d9c993301ae34a5a855b4428012ad6 | [log] [tgz] |
---|---|---|
author | Carlos Frias <friasc@google.com> | Wed May 02 17:46:57 2018 -0400 |
committer | Carlos Frias <friasc@google.com> | Wed May 02 17:46:57 2018 -0400 |
tree | 50d8a57f7c5f938e6e370bf2fe0458cb384a8cc1 | |
parent | 6f0576a9de3a506d3897ac67681b12ae0a8badb8 [diff] |
Updated README.md file
This role performs configuration changes to the limits.conf that are required for nodes that are part of an Apigee platform instance.
None
Limits are update with the collection apigee_limits
. This list is used to update settings in limits.conf. The default values are as follows:
apigee_limits: - { domain: '*', limit_type: '-', limit_item: 'memlock', value: 'unlimited' } - { domain: '*', limit_type: '-', limit_item: 'nofile', value: '100000' } - { domain: '*', limit_type: '-', limit_item: 'nproc', value: 'unlimited' } - { domain: '*', limit_type: '-', limit_item: 'as', value: 'unlimited' }
None
- hosts: servers roles: - { role: apigee-opdk-setup-os-limits }
or
- hosts: servers vars: apigee_limits: - { domain: '*', limit_type: '-', limit_item: 'memlock', value: 'unlimited' } - { domain: '*', limit_type: '-', limit_item: 'nofile', value: '100000' } - { domain: '*', limit_type: '-', limit_item: 'nproc', value: 'unlimited' } - { domain: '*', limit_type: '-', limit_item: 'as', value: 'unlimited' } roles: - { role: apigee-opdk-setup-os-limits }
Apache 2.0
Carlos Frias
This is not an officially supported Google product.
We'd love to accept your patches and contributions to this project. Please review our guidelines.