You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
➜ alpine-xen-orchestra-amd64 git:(master) docker-compose up
Starting xoa-redis ... done
Starting xoa ... done
Attaching to xoa-redis, xoa
xoa-redis | 1:C 12 Jan 2019 08:42:44.248 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
xoa-redis | 1:C 12 Jan 2019 08:42:44.249 # Redis version=5.0.3, bits=64, commit=00000000, modified=0, pid=1, just started
xoa-redis | 1:C 12 Jan 2019 08:42:44.249 # Configuration loaded
xoa-redis | 1:M 12 Jan 2019 08:42:44.251 * Running mode=standalone, port=6379.
xoa-redis | 1:M 12 Jan 2019 08:42:44.251 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
xoa-redis | 1:M 12 Jan 2019 08:42:44.251 # Server initialized
xoa | rpcbind: /var/run/rpcbind.lock: Permission denied
xoa-redis | 1:M 12 Jan 2019 08:42:44.251 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. 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.
xoa-redis | 1:M 12 Jan 2019 08:42:44.251 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled.
xoa-redis | 1:M 12 Jan 2019 08:42:44.251 * Ready to accept connections
xoa exited with code 1
The text was updated successfully, but these errors were encountered:
Beside the problem above, I also had issues with bringing up the redis container on armhf, always stating that the exec format is wrong. I now changed the redis image in docker-compose.yml to use m0elnx/redis-32bit (https://hub.docker.com/r/m0elnx/redis-32bit/) and it seems to work fine.
The text was updated successfully, but these errors were encountered: