runtime: VirtualAlloc of 80000000000 bytes failed with errno=1455
fatal error: out of memory
Crashing here (calling gonum code):
Is there any method, or plans to support larger data sets?
The actual size of the data set is only about 2 MB, so the 80GB virtual alloc would suggest that there are some serious scaling issues with the current implementation. I see that the actual crash is occurring in the gonum code, but I'm just wondering if there's a solution here to make this library usable with large datasets.
Crashing here (calling gonum code):
regression/regression.go
Line 179 in d629f2e
Is there any method, or plans to support larger data sets?
The actual size of the data set is only about 2 MB, so the 80GB virtual alloc would suggest that there are some serious scaling issues with the current implementation. I see that the actual crash is occurring in the gonum code, but I'm just wondering if there's a solution here to make this library usable with large datasets.