Hallo,
beim deployen/starten von redis erhalte ich im Log folgende Warnungen (Ausschnitt):
Ist das irgendwas wo ich manuell eingreifen muss hast du auch diese Hinweise @the other
Danke vorab und ein schönes Wochenende
beim deployen/starten von redis erhalte ich im Log folgende Warnungen (Ausschnitt):
Code:
1:C 08 Mar 2024 20:51:52.511 # WARNING Memory overcommit must be enabled! Without it, a background save or replication may fail under low memory condition. Being disabled, it can also cause failures without low memory condition, see https://github.com/jemalloc/jemalloc/issues/1328. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
1:C 08 Mar 2024 20:51:52.511 * oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
1:C 08 Mar 2024 20:51:52.511 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
1:M 08 Mar 2024 20:51:52.511 * monotonic clock: POSIX clock_gettime
1:M 08 Mar 2024 20:51:52.512 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
1:M 08 Mar 2024 20:51:52.512 * Server initialized
1:M 08 Mar 2024 20:51:52.512 * Ready to accept connections tcp
1:M 08 Mar 2024 22:05:04.391 * 1 changes in 3600 seconds. Saving...
1:M 08 Mar 2024 22:05:04.391 * Background saving started by pid 21
21:C 08 Mar 2024 22:05:04.828 * DB saved on disk
21:C 08 Mar 2024 22:05:04.829 * Fork CoW for RDB: current 0 MB, peak 0 MB, average 0 MB
1:M 08 Mar 2024 22:05:04.892 * Background saving terminated with success
Ist das irgendwas wo ich manuell eingreifen muss hast du auch diese Hinweise @the other
Danke vorab und ein schönes Wochenende