Closed yige-hu closed 5 years ago
It looks the benchmark program makes segmentation fault before running experiments.
Could you check below lists and then report the results again?
You mounted NOVA with 10GB that is lower size than mmap size configured by libvmmalloc (16GB). Could you change the mounted file system size larger than mmap size?
Please check if the program run after exchanging NOVA with Ext4-DAX?
Please check if you generated workload files prior to running benchmarks.
Yep, the above output is after sudo su. I'm not sure if its a ycsb issue or the input/config is incorrect.
I've been running with 50G ext4-dax (the information on NOVA was out-of-dated). Sorry about that.
I tried the YCSB workload generation section in the README.md and now it's working. I appreciate your help! I guess it'll be helpful if you put the section before the "Building & Running on Persistent Memory and DRAM".
It looks like there is a segmentation fault caused by `./build/ycsb art a randint uniform 4' I followed the the build and config procedure as described in README.md, till 'Persistent Memory environment'.
Machine config: CPU: AMD Ryzen Threadripper 2990WX 32-Core Processor DRAM: 8*16G DDR4 DRAM emulated persistent memory: 50G, mounted with ext4-dax file system OS: Ubuntu 18.04.3 LTS, with linux-5.1.0+ kernel