I am using package synth. If run for long, synth progressively consumes all available RAM. It is not the data that takes RAM, it should be some form of cache that is gradually being accumulated as the code runs. I tried limiting it using something like "set max_memory 4g". But it has no effect. To be clear, it does limit the size of the data set that can be opened, but it allows unlimited RAM usage when running the code. I appreciate it if anyone has a solution.
Related Posts with Stata seems to override memory limits and take up the entire memory
Getting column names when using Python in StataI am learning how to use the -sfi.Data- class when using Python in Stata. When I import the dataset …
Managing string variablesHi STATALIST, Could you please advice me how I can produce var3 from var2: var1 is group IDs. Cod…
Difference between margins and predictHi guys, I just noticed something weird and wanted your opinion, I'm probably misunderstanding how …
Wald test or any related for regression with interaction termHi all, After reading many many topics I have a question on the possibilities of any test to check …
testparm vs. contrastDear Listers, I am looking into the difference between testparm and contrast following a regression…
Subscribe to:
Post Comments (Atom)
0 Response to Stata seems to override memory limits and take up the entire memory
Post a Comment