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.