增加sas内存/内存大小 [英] Increasing sas memory/memsize

查看:868
本文介绍了增加sas内存/内存大小的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,它的数据集大约有6000个obs和250个变量.我正在尝试使用proc blend在sas中运行混合模型,但我不断收到错误:由于内存不足,SAS系统停止处理此步骤".我尝试了康奈尔大学的方法- http://www.ciser.cornell.edu/FAQ/SAS/MemoryAllocation.shtm ,但是它不能在属性"下工作,因此不能让我修改目标".

Hi have a dataset wih about 6000 obs and 250 variables. I am trying to run a mixed model in sas using proc mixed but I keep getting "Error:the sas system stopped processing this step because of insufficient memory" . I tried the cornell university's way- http://www.ciser.cornell.edu/FAQ/SAS/MemoryAllocation.shtm , but its not working as under "properties", its not letting me modify "target".

我尝试过, Proc options option =内存大小4G; 运行;

I tried, Proc options option=memsize 4G; Run;

但是显然代码有问题,我不断出错.我想增加由sas分配的内存,它现在是2gb. 我使用的是我学校提供的sas,所以我猜它是学生版.不知道这是否与此内存错误有关.

but obviously there is something wrong with the code and I keep getting error. I want to increase the memory assigned by sas which right now is 2gb. I am using the sas provided by my school, so I am guessing its a student version. Don't know if that has anything to do with this memory error.

如果有人可以帮助我将memsize更改为max或大于2gb的内容,我将非常感激. 预先感谢

Would really appreciate if someone could help me with changing the memsize to max or something bigger than 2gb. Thanks in advance

推荐答案

MEMSIZE是.

这是您的设置方式:

  • 运行时:sas.exe -memsize 4G
  • 或通过在您的sasv9.cfg中放入-memsize 4G(其中有一个
    • When running:sas.exe -memsize 4G
    • Or by putting -memsize 4G in your sasv9.cfg (there's a complicated search algorithm for sasv9.cfg files, but you can put one in the directory you invoke SAS from).

    如果您在客户端-服务器环境中使用SAS EG或SAS EM,则这是管理员必须配置的内容.

    If you're using SAS EG or SAS EM in client-server environment, that's something your administrator must configure.

    PS.错过了链接中的说明-这就是您应该做的.如果您在修改现有命令时遇到问题,则可以从开始->运行(或创建新的快捷方式)中运行必要的命令.

    PS. missed the instructions in your link -- that's what you should do. You could just run the necessary command from Start -> Run (or create a new shortcut) if you have trouble with modifying the existing one.

    这篇关于增加sas内存/内存大小的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

  • 查看全文
    登录 关闭
    扫码关注1秒登录
    发送“验证码”获取 | 15天全站免登陆