Aerospike with OpenVZ 7

Hi, I run a Bare Matel with OpenVZ 7 with Virtualizor and we trying to build VPS on top of it with 4 CPU and 8GB RAM and try to install Aerospike on it. But we got this ERROR.

    > Mar 19 20:22:47 www.domain.com systemd[1]: Starting Aerospike Server...
    > Mar 19 20:22:47 www.domain.com asd-systemd-helper[787]: Increasing listen backlog from 128 to 512
    > Mar 19 20:22:47 www.domain.com asd-systemd-helper[787]: cat: /proc/sys/net/core/rmem_max: No such file or directory
    > Mar 19 20:22:47 www.domain.com asd-systemd-helper[787]: /usr/bin/asd-systemd-helper: line 31: [: -lt: unary operator expected
    > Mar 19 20:22:47 www.domain.com asd-systemd-helper[787]: cat: /proc/sys/net/core/wmem_max: No such file or directory
    > Mar 19 20:22:47 www.domain.com asd-systemd-helper[787]: /usr/bin/asd-systemd-helper: line 31: [: -lt: unary operator expected
    > Mar 19 20:22:47 www.domain.com systemd[1]: Started Aerospike Server.
    > Mar 19 20:22:47 www.domain.com asd[795]: Mar 20 2020 00:22:47 GMT: FAILED ASSERTION (hardware): (hardware.c:632) error while reading list of online CPUs
    > Mar 19 20:22:47 www.domain.com asd[795]: Mar 20 2020 00:22:47 GMT: WARNING (as): (signal.c:213) SIGUSR1 received, aborting Aerospike Community Edition build 4.8.0.8 os ubuntu18.04
    > Mar 19 20:22:47 www.domain.com asd[795]: Mar 20 2020 00:22:47 GMT: WARNING (as): (fault.c:1178) stacktrace: registers: rax 0000000000000000 rbx 00007ffd6811b700 rcx ffffffffffffffff rdx 
    > Mar 19 20:22:47 www.domain.com asd[795]: Mar 20 2020 00:22:47 GMT: WARNING (as): (fault.c:1192) stacktrace: found 10 frames: 0x174344 0xbef58 0x7fd763143890 0x7fd763143727 0x171bdb 0x178
    > Mar 19 20:22:47 www.domain.com asd[795]: Mar 20 2020 00:22:47 GMT: WARNING (as): (fault.c:1200) stacktrace: frame 0: /usr/bin/asd(cf_fault_print_signal_context+0x138) [0x5611c67ac344]
    > Mar 19 20:22:47 www.domain.com asd[795]: Mar 20 2020 00:22:47 GMT: WARNING (as): (fault.c:1200) stacktrace: frame 1: /usr/bin/asd(as_sig_handle_usr1+0x5c) [0x5611c66f6f58]
    > Mar 19 20:22:47 www.domain.com asd[795]: Mar 20 2020 00:22:47 GMT: WARNING (as): (fault.c:1200) stacktrace: frame 2: /lib/x86_64-linux-gnu/libpthread.so.0(+0x12890) [0x7fd763143890]
    > Mar 19 20:22:47 www.domain.com asd[795]: Mar 20 2020 00:22:47 GMT: WARNING (as): (fault.c:1200) stacktrace: frame 3: /lib/x86_64-linux-gnu/libpthread.so.0(raise+0xc7) [0x7fd763143727]
    > Mar 19 20:22:47 www.domain.com asd[795]: Mar 20 2020 00:22:47 GMT: WARNING (as): (fault.c:1200) stacktrace: frame 4: /usr/bin/asd(cf_fault_event+0x27a) [0x5611c67a9bdb]
    > Mar 19 20:22:48 www.domain.com asd[795]: Mar 20 2020 00:22:47 GMT: WARNING (as): (fault.c:1200) stacktrace: frame 5: /usr/bin/asd(+0x178c61) [0x5611c67b0c61]
    > Mar 19 20:22:48 www.domain.com asd[795]: Mar 20 2020 00:22:47 GMT: WARNING (as): (fault.c:1200) stacktrace: frame 6: /usr/bin/asd(cf_topo_config+0x11e) [0x5611c67b4e31]
    > Mar 19 20:22:48 www.domain.com asd[795]: Mar 20 2020 00:22:48 GMT: WARNING (as): (fault.c:1200) stacktrace: frame 7: /usr/bin/asd(main+0x1a2) [0x5611c66895f2]
    > Mar 19 20:22:48 www.domain.com asd[795]: Mar 20 2020 00:22:48 GMT: WARNING (as): (fault.c:1200) stacktrace: frame 8: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7) [0x7fd761df9b
    > Mar 19 20:22:48 www.domain.com asd[795]: Mar 20 2020 00:22:48 GMT: WARNING (as): (fault.c:1200) stacktrace: frame 9: /usr/bin/asd(_start+0x2a) [0x5611c668a16a]
    > Mar 19 20:22:48 www.domain.com systemd[1]: aerospike.service: Main process exited, code=killed, status=6/ABRT
    > Mar 19 20:22:48 www.domain.com systemd[1]: aerospike.service: Failed with result 'signal'.

How to reproduce:

systemctl start aerospike
journalctl -u aerospike

Any help would be appriciate!

Could you share your aerospike.conf? Are you using auto-pin numa or other?