The majority of the data loading process in RedisGraph is performed on a single thread, it is when all the data (RDB) file been processed that we “commit” our internal data structures (GraphBLAS matrices) at which point GraphBLAS may used multiple threads, you might be able to limit the number of threads used by GraphBLAS by setting a limit on the number of OpenMP threads the system is allowed to use.