| Date: | Wed, 13 Jun 2001 11:45:42 -0400 |
| Reply-To: | Philip Whittall <philip.whittall@UNILEVER.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | Philip Whittall <philip.whittall@UNILEVER.COM> |
| Subject: | Re: Enterprise Miner: Increasing memory at server |
|---|
Dear Hunan,
If you right click on the project and look at properties
and search around you should find the script file that logs you onto
the server. Inside this script file you should find 2 lines that
invoke sas, they start type 'sas.......
Edit each of these to add the option to increase the size of memory
available from the server, then save.
If my memory serves the option has the form -memsize N
where N is bytes or NK kilobytes or NM megabytes or NG gigabytes
then save the script file and signon to the server.
-memsize 0 uses all available memory, but might be anti-social,
Hope this works,
Philip
On Mon, 11 Jun 2001 21:28:26 GMT, porsche_nut@MY-DEJA.COM wrote:
>I am using SAS v8.0 on Windows98 and Enterprise Miner 4.0 in a client
server
>mode. The client is a Unix machine running solaris.
>
>While doing an SOM, I find that I am running out of memory at the client.
The
>log estimates that I will need ~500M of memory which the server has, but
says
>that only 6142K is available. How would I increase this number? The options
>statement only seems to affect memory utilization at the client.
>
>TIA,
>
>Hunan
>
> ----- Posted via NewsOne.Net: Free (anonymous) Usenet News via the Web -
----
> http://newsone.net/ -- Free reading and anonymous posting to 60,000+
groups
> NewsOne.Net prohibits users from posting spam. If this or other posts
>made through NewsOne.Net violate posting guidelines, email
abuse@newsone.net
|