Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(systemd): increase lock memory for service to 8192kb #12990

Merged
merged 2 commits into from
Mar 30, 2023

Conversation

powersj
Copy link
Contributor

@powersj powersj commented Mar 30, 2023

If set too low, the lock memory can run out when using any plugin that makes use of the secrets data type. Locking and unlocking memory takes a page each, so multiple plugins or multiple instances of a plugin can quickly go through pages.

fixes: #12980

If set too low, the lock memory can run out when using any plugin that
makes use of the secrets data type. Locking and unlocking memory takes a
page each, so multiple plugins or mulitple instances of a plugin can
quickly go through pages.

fixes: influxdata#12980
@telegraf-tiger telegraf-tiger bot added the fix pr to fix corresponding bug label Mar 30, 2023
@powersj powersj added the ready for final review This pull request has been reviewed and/or tested by multiple users and is ready for a final review. label Mar 30, 2023
Copy link
Member

@srebhan srebhan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the quick fix @powersj!

@srebhan srebhan merged commit 705e0c6 into influxdata:master Mar 30, 2023
srebhan pushed a commit that referenced this pull request Apr 3, 2023
@srebhan srebhan added this to the v1.26.1 milestone Jun 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix pr to fix corresponding bug ready for final review This pull request has been reviewed and/or tested by multiple users and is ready for a final review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Secrets on PostgreSQL plugin require increased limit on locked memory
3 participants