| Date: | Wed, 19 Jan 2011 17:51:48 -0600 |
| Reply-To: | Bhupinder Farmaha <bhupi80singh@YAHOO.CO.IN> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | Bhupinder Farmaha <bhupi80singh@YAHOO.CO.IN> |
| Subject: | Re: Memory error |
|
| In-Reply-To: | <201101170455.p0H1K4Yn011231@wasabi.cc.uga.edu> |
| Content-Type: | text/plain; charset="us-ascii" |
Hello Art,
You were right. I just reduced the model terms and it significantly reduced
the run time. I cut down 6-way interaction to 3-way interaction and few
useful 4 way interactions without using the vertical bars.
Thank you!!!
Bhupinder
-----Original Message-----
From: Arthur Tabachneck [mailto:art297@ROGERS.COM]
Sent: Sunday, January 16, 2011 10:55 PM
To: SAS-L@LISTSERV.UGA.EDU; Bhupinder Farmaha
Subject: Re: Memory error
Bhupinder,
The critical post in that thread, I thought, was the solution that worked of
breaking the analysis into sections. I believe the OP, in that thread, was
doing an analysis quite similar to the one you are trying to do.
Art
------
On Sun, 16 Jan 2011 22:44:15 -0600, Bhupinder Farmaha
<bhupi80singh@YAHOO.CO.IN> wrote:
>Hi Art,
>
>I have gone through whole thread and mostly they recommend to change
>memory size at SAS invocation and edit SAS configuration file. I have
>found the
SAS
>configuration file but don't know what and how to change it.
>They are suggesting to do "-memsize 0".
>
>Nat has also suggested me to check memory status. I have went through
memory
>options and it gave me following results.
>
> SAS (r) Proprietary Software Release 9.2 TS2M0
> SORTSIZE=67108864 Size parameter for sort
> SUMSIZE=0 Upper limit for data-dependent memory usage during
>summarization
> MAXMEMQUERY=0 Maximum amount of memory returned when inquiring as to
>available space
> MEMBLKSZ=16777216 Size of memory blocks allocated to support MEMLIB
>and MEMCACHE options.
> MEMMAXSZ=2147483648
> Maximum amount of memory allocated to support MEMLIB
>and MEMCACHE options.
> LOADMEMSIZE=0 Suggested memory limit for loaded SAS executables
> MEMSIZE=1934880000
> Specifies the limit on the total amount of memory to
>be used by the SAS
> System
> REALMEMSIZE=0 Limit on the total amount of real memory to be used by
>the SAS System
>
>Thanks
>Bhupinder
>
>-----Original Message-----
>From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of
>Arthur Tabachneck
>Sent: Sunday, January 16, 2011 7:51 PM
>To: SAS-L@LISTSERV.UGA.EDU
>Subject: Re: Memory error
>
>Bhupinder,
>
>Take a look at the following thread and see if the solution will be of
help:
>http://thedailyreviewer.com/compsys/view/sas-insufficient-memory-110317
>946
>
>Art
>-------
>On Sun, 16 Jan 2011 19:29:11 -0600, Bhupinder Farmaha
><bhupi80singh@YAHOO.CO.IN> wrote:
>
>>Hello Nat and Art,
>>
>>I am sorry forgotten to post the error. I am running PROC MIXED model
>>to check different covariance structures for the repeated measures
>>data on
>RCBD
>>split-split-plot design. I am getting the following error.
>>
>>ERROR: Unable to allocate sufficient memory: a request for 63520K
>>bytes exceeded the 588094K
>> available. Note that the deficit amount may not be the amount
>>of memory needed for a
>> successful run, since it does not reflect subsequent
>>allocations by this or other
>>
>>Much thanks for constantly helping me out, Bhupinder
>>
>>-----Original Message-----
>>From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of
>>Arthur Tabachneck
>>Sent: Sunday, January 16, 2011 9:10 AM
>>To: SAS-L@LISTSERV.UGA.EDU
>>Subject: Re: Memory error
>>
>>Bhupinder,
>>
>>What error are you getting and what are you running at the time you
>>are getting the error. The log would definitely improve the
>>likelihood of someone being able to provide the correct answer.
>>
>>Art
>>--------
>>On Sun, 16 Jan 2011 09:00:10 -0600, Bhupinder Farmaha
>><bhupi80singh@YAHOO.CO.IN> wrote:
>>
>>>Hi,
>>>
>>>
>>>
>>>I am getting follow error about memory. Can someone suggest how to
>>>increase the memory? I have 4G RAM and 2.5GHz processor running
>>>windows 7
>>ultimate.
>>>
>>>
>>>
>>>Thanks
>>>
>>>Bhupinder
|