x70b1 / telegraf-edgeos

A lightweight Telegraf distribution customized for Ubiquiti's EdgeOS.
MIT License
34 stars 3 forks source link

Telegraf --test | Lockable Memory Warning #12

Closed danfoxley closed 1 year ago

danfoxley commented 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?

x70b1 commented 1 year ago

There is not enough lockable memory. Check $ ulimit -a (max locked memory). Something like $ ulimit -l 16000 could be the solution.