我在循环语句中(a loop of 47)使用PROC VARMAX时,sas会中途停止运算,并提示错误信息是 Error: out of memory. 如果我把循环量减少,比如只循环5次,那么不会出错。
因此,可能是默认的内存上限太小了。请问如何设定内存使用上限呢?我使用的服务器的内存是8G。
谢谢每一位看贴者的帮助!
请注明:姓名-公司-职位
以便审核进群资格,未注明则拒绝
Submit the following code at the beginning of your program:options memsize=0;
This should give you unlimited memory use.
3x a lot
the key lies in log.
It's ok that I write log into a file and start sas with sas -memsize 0m.
rereach 发表于 2008-10-5 15:14 3x a lotthe key lies in log.It's ok that I write log into a file and start sas with&n ...
houestest 发表于 2015-1-31 11:37 不知道楼主有没有解决“out of memory”这个问题,现在我也遇到了这个问题。如果楼主解决了这个问题,能否 ...
rereach 发表于 2015-2-10 17:40 “the key lies in log. It's ok that I write log into a file and start sas with sas -memsize 0m.” ...