Dears,
I am getting this error message repeatedly
no room to add more variables because of width
An attempt was made to add a variable that would have increased the memory required to store an observation beyond what is currently
possible. You have the following alternatives:
1. Store existing variables more efficiently; see help compress.
2. Drop some variables or observations; see help drop. (Think of Stata's data area as the area of a rectangle; Stata can trade off width and length.)
3. Increase the amount of memory allocated to the data area using the set memory command; see help memory.
r(902);
end of do-file
My windows is 64 bit and has a RAM of 4.00 GB. I have STATA SE 11.2.
The database contains 329,154 observations, 7 variables, size: 10,862,082 (79.3% of memory free).
I have compressed and dropped variables but the message persist
I have also tried to increase memory: set memory 2000 m, etc but message persist
And when I call *memory , I still have free memory (78.65%).
What else could I try?
Meritxell
I am getting this error message repeatedly
no room to add more variables because of width
An attempt was made to add a variable that would have increased the memory required to store an observation beyond what is currently
possible. You have the following alternatives:
1. Store existing variables more efficiently; see help compress.
2. Drop some variables or observations; see help drop. (Think of Stata's data area as the area of a rectangle; Stata can trade off width and length.)
3. Increase the amount of memory allocated to the data area using the set memory command; see help memory.
r(902);
end of do-file
My windows is 64 bit and has a RAM of 4.00 GB. I have STATA SE 11.2.
The database contains 329,154 observations, 7 variables, size: 10,862,082 (79.3% of memory free).
I have compressed and dropped variables but the message persist
I have also tried to increase memory: set memory 2000 m, etc but message persist
And when I call *memory , I still have free memory (78.65%).
What else could I try?
Meritxell
Comment