Closed hannesgredler closed 2 months ago
lspgen is running out of memory if --count gets > 50000 because the random generator allocates a N^2 matrix. This merge breaks down request node count >> 1000 into N*1000 smaller subgraphs and connect.
break down large graphs into smaller subgraphs and concatenate them together
lspgen is running out of memory if --count gets > 50000 because the random generator allocates a N^2 matrix. This merge breaks down request node count >> 1000 into N*1000 smaller subgraphs and connect.