I am trying to run OLS regression with my panel dataset of over 100,000,000 observations. My target is to take the predicted residual values. I am using stata 14, 64 bits, and I already ran these codes:
set maxvar 32767
set max_memory .
set matsize 11000

but it always reports that op. sys. refuses to provide memory (r909). I would be very greatful if anyone can help me with this problem!
Thank you!