Closed julochrobak closed 11 years ago
Go runtime cannot work with heaps above 16G. This is not a problem for the prod version since each instance handles a partition of a data set (just create more partitions and run more comps). However with the new comp it will be a little bit more tricky since each comp needs to be able to "see" all data. I would close this issue since its fairly obvious. Any objections?
ok, so 16gb heap is to be solved with go upgrade to 1.1
When trying to load quite some data into the prod comp, I get an out of memory error with about 16GB loaded and the comp crashes. I'm loading in 22 files of total 2.9GB.