|
|
SAS insufficient memory
Dear SAS users,
I am carrying out a multilevel analysis using proc mixed, SAS 9.2 on
window XP pro 64 bit, 4G ram. It's a 4 level model of 4 testing times
(level 1) of 3000 students (level 2) living in 1500 neighborhoods
(level 3) and studying in 300 school (level 4).
My sas code is:
Proc mixed data=school method=ml noclprint;
class studentid neighbourhood schoolid;
model math=time time*time/solution ddfm=bw;
random int time/ sub= schoolid type=un;
random int time/ sub= neighbourhood (schoolid) type=un;
random int time/ sub= studentid (neighbourhood) type=un;
run;
I use -memsize 0 option. Before running the analysis, I checked the
proc option group= memory and got the infor that memsize=3947950080.
However, when I ran the model, I still got the error message: "Unable
to allocate sufficient memory: a request for 1139885k bytes exceeded
the 786430k available......."
Could you please advise me any solution to this?
With thanks and best regards,
Nguyen Thu Ha
KU Leuven
|
|
0
|
|
|
|
Reply
|
Ha
|
4/18/2010 6:57:26 PM |
|
Hi,
Did you find a solution for this problem?
Friendly greetings,
Miel Hostens
University of Ghent
|
|
0
|
|
|
|
Reply
|
Miel
|
5/8/2010 2:11:19 PM
|
|
|
1 Replies
1330 Views
(page loaded in 0.039 seconds)
Similiar Articles: SAS insufficient memory - comp.soft-sys.sasDear SAS users, I am carrying out a multilevel analysis using proc mixed, SAS 9.2 on window XP pro 64 bit, 4G ram. It's a 4 level model of 4 testi... not enough memory - comp.soft-sys.sasHi , I use proc model to estimate a hundred equations using=20 proc model data... ..... fit eq1 eq2 ..eq100/GMM And sas log says unable to... Memory issue - Hash Approach - comp.soft-sys.sasSAS insufficient memory - comp.soft-sys.sas Memory issue - Hash Approach - comp.soft-sys.sas SAS insufficient memory - comp.soft-sys.sas Memory issue - Hash Approach ... PCL XL Error: InsufficientMemory - comp.text.pdfnot enough memory - comp.soft-sys.sas PCL XL Error: InsufficientMemory - comp.text.pdf So there is not enough memory to print a single page. This has no connection to the ... Out of memory Error for Unstructured correlation structure in GEE ...NOTE: The SAS System stopped processing this step because of insufficient memory. NOTE: PROCEDURE GENMOD used (Total process time): real time 12.82 ... Out of Memory in PROC MIXED FollowSAS insufficient memory - comp.soft-sys.sas Dear SAS users, I am carrying out a multilevel analysis using proc mixed, SAS 9.2 on window XP pro 64 bit, 4G ram. Unable to allocate memory - comp.lang.idl-pvwaveSAS insufficient memory - comp.soft-sys.sas Unable to allocate memory - comp.lang.idl-pvwave SAS insufficient memory - comp.soft-sys.sas Unable to allocate memory - comp ... proc sql group by memory and disk usage - comp.soft-sys.sas ...not enough memory - comp.soft-sys.sas Hi , I use proc model to estimate a ... Just as an aside, Proc model = actually prints out a memory usage chart which says ... HP48G+ memory question - comp.sys.hp48SAS insufficient memory - comp.soft-sys.sas HP48G+ memory question - comp.sys.hp48 SAS insufficient memory - comp.soft-sys.sas HP48G+ memory question - comp.sys.hp48 hp48g ... Could not complete your request because there is not enough memory ...SAS insufficient memory - comp.soft-sys.sas... SAS 9.2 on window XP pro 64 bit, 4G ram ... SAS insufficient memory - comp.soft-sys.sas Could not complete your request ... sas 9.1.3 ERROR: Insufficient memory.Hi All, =20 We are receiving the error: =20 ERROR: Insufficient memory. NOTE: The SAS System stopped processing this step because of errors. =20 while attempting to ... 16920 - "FATAL: Insufficient memory to execute data step program ...The following messages will be written to the SAS log when you run out of memory when adding keys and associated data items to a hash object. FATAL: Insufficient ... 7/23/2012 1:42:02 AM
|
|
|
|
|
|
|
|
|