Closed danfoxley closed 1 year ago
For an erlite-4, I see the following when running telegraf --test.
2023-07-01T23:50:20Z W! Insufficient lockable memory 3kb when 16kb is required. Please increase the limit for Telegraf in your Operating System!
Have you run across this, any reason to worry?
There is not enough lockable memory. Check $ ulimit -a (max locked memory). Something like $ ulimit -l 16000 could be the solution.
$ ulimit -a
$ ulimit -l 16000
For an erlite-4, I see the following when running telegraf --test.
2023-07-01T23:50:20Z W! Insufficient lockable memory 3kb when 16kb is required. Please increase the limit for Telegraf in your Operating System!
Have you run across this, any reason to worry?