aviggiano / redis-roaring

Roaring Bitmaps for Redis
MIT License
348 stars 56 forks source link

cannot read file data: Is a directory #61

Closed sydt2014 closed 5 years ago

sydt2014 commented 5 years ago

I run configure.h and ./redis-server redis-conf and it occurs error : 13380:M 09 Nov 21:39:10.223 # Server initialized 13380:M 09 Nov 21:39:10.223 # 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. 13380:M 09 Nov 21:39:10.223 # 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. 13380:M 09 Nov 21:39:10.223 # Module /home/ansible/redis-roaring/dist/ failed to load: /home/ansible/redis-roaring/dist/: cannot read file data: Is a directory 13380:M 09 Nov 21:39:10.223 # Can't load module from /home/ansible/redis-roaring/dist/: server aborting

sydt2014 commented 5 years ago

There is "loadmodule /home/ansible/redis-roaring/dist/" in redis.conf

sydt2014 commented 5 years ago

It did not install g++;