-
I'm encountering allocation errors when running the simple serial example. Any suggestions on how to fix this would be appreciated
The huge pages configurations:
`cat /proc/sys/vm/nr_hugepages`…
-
Can I run CoroBase in an environment that without supporting huge pages?
I'm going to simulate CoroBase in Gem5's SE mode, which doesn't seem to support HugePages, and I'm wondering if there is an ea…
-
Command to build:
``` bash
CC=clang CXX=clang++ cmake ../ -DCMAKE_BUILD_TYPE=release
temp5@temp5-Precision-3630-Tower:~/source/corobase/build$ clang++ --version
clang version 6.0.1-svn334776-…