microsoft / aerial_wildlife_detection

Tools for detecting wildlife in aerial images using active learning
MIT License
224 stars 58 forks source link

sysctl errors #45

Open frafra opened 3 years ago

frafra commented 3 years ago

This is what I see running aide with Docker:

aide_app_1  | sysctl: setting key "net.ipv4.tcp_keepalive_time": Read-only file system
aide_app_1  | sysctl: setting key "net.ipv4.tcp_keepalive_intvl": Read-only file system
aide_app_1  | sysctl: setting key "net.ipv4.tcp_keepalive_probes": Read-only file system
bkellenb commented 3 years ago

Hi,

Those three messages pertain to the keepalive timer that needs to be set for Psycopg2 to not lose connections to the PostgreSQL database. However, in Docker this seems to be no problem. I will remove these commands upon confirmation, but for now the warnings can simply be ignored.