重置 SAS 9.4 memsize
Reset SAS 9.4 memsize
我想在 SAS 9.4 中将 memsize 更改为 6GB。我已经阅读了之前的帖子,我需要更改 .cfg 文件。
我正在按照此处的说明进行操作,但它不起作用。
http://www.ciser.cornell.edu/FAQ/SAS/MemoryAllocation.shtm.
但是我的memsize没变
proc options group = memory; run;
SAS (r) Proprietary Software Release 9.4 TS1M2
Group=MEMORY
SORTSIZE=1073741824
Specifies the amount of memory that is available to the
SORT procedure.
SUMSIZE=0 Specifies a limit on the amount of memory that is available
for data summarization procedures when class variables are
active.
MAXMEMQUERY=0 Specifies the maximum amount of memory that is allocated
for procedures.
MEMBLKSZ=16777216 Specifies the memory block size for Windows memory-based
libraries.
MEMMAXSZ=2147483648
Specifies the maximum amount of memory to allocate for
using memory-based libraries.
LOADMEMSIZE=0 Specifies a suggested amount of memory that is needed for
executable programs loaded by SAS.
MEMSIZE=2147483648
Specifies the limit on the amount of virtual memory that
can be used during a SAS session.
REALMEMSIZE=0 Specifies the amount of real memory SAS can expect to
allocate.
NOTE: PROCEDURE OPTIONS used (Total process time):
real time 0.01 seconds
cpu time 0.01 seconds
我的SAS/OS信息如下,
NOTE: Copyright (c) 2002-2012 by SAS Institute Inc., Cary, NC, USA.
NOTE: SAS (r) Proprietary Software 9.4 (TS1M2)
Licensed to UNIVERSITY OF CALIFORNIA SYSTEM-SFA-T&R, Site 70081229.
NOTE: This session is executing on the X64_7PRO platform.
NOTE: Updated analytical products:
SAS/STAT 13.2
SAS/ETS 13.2
SAS/OR 13.2
SAS/IML 13.2
SAS/QC 13.2
NOTE: Additional host information:
X64_7PRO WIN 6.1.7601 Service Pack 1 Workstation
NOTE: SAS initialization used:
real time 0.98 seconds
cpu time 0.63 seconds
非常感谢一些建议。
谢谢!
已编辑:04:06PM,2015 年 9 月 23 日
我正在按照此处的步骤操作http://www.ciser.cornell.edu/FAQ/SAS/MemoryAllocation.shtm
只有一些细微差别。
- 转到 C:\Program Files\SASHome\SASFoundation.4
2.Copy sasv9.cfg(SAS 配置信息)
- 转到你:\Documents\My SAS Files.4
- 粘贴sasv9.cfg
打开sasv9.cfg
在第二行,键入“-memsize 6g”
- 转到开始→所有程序→SAS,然后右键单击 SAS 9.4(英文)
- Select发送到→桌面创建快捷方式
- 转到桌面,右键单击 SAS 快捷方式,然后打开属性
- 修改目标。替换说:
-配置 "C:\Program Files\SASHome\SASFoundation.4\nls\en\sasv9.cfg"
有了这个:
-配置 "U:\Documents\My SAS Files.4\sasv9.cfg"
9.Click好,那就好。
- 调用 SAS 通过快捷方式图标
- 您将收到一条警告消息,询问您是否要 "make modification of your computer setting",单击 "Yes"
我想在 SAS 9.4 中将 memsize 更改为 6GB。我已经阅读了之前的帖子,我需要更改 .cfg 文件。
我正在按照此处的说明进行操作,但它不起作用。 http://www.ciser.cornell.edu/FAQ/SAS/MemoryAllocation.shtm.
但是我的memsize没变
proc options group = memory; run;
SAS (r) Proprietary Software Release 9.4 TS1M2
Group=MEMORY
SORTSIZE=1073741824
Specifies the amount of memory that is available to the
SORT procedure.
SUMSIZE=0 Specifies a limit on the amount of memory that is available
for data summarization procedures when class variables are
active.
MAXMEMQUERY=0 Specifies the maximum amount of memory that is allocated
for procedures.
MEMBLKSZ=16777216 Specifies the memory block size for Windows memory-based
libraries.
MEMMAXSZ=2147483648
Specifies the maximum amount of memory to allocate for
using memory-based libraries.
LOADMEMSIZE=0 Specifies a suggested amount of memory that is needed for
executable programs loaded by SAS.
MEMSIZE=2147483648
Specifies the limit on the amount of virtual memory that
can be used during a SAS session.
REALMEMSIZE=0 Specifies the amount of real memory SAS can expect to
allocate.
NOTE: PROCEDURE OPTIONS used (Total process time):
real time 0.01 seconds
cpu time 0.01 seconds
我的SAS/OS信息如下,
NOTE: Copyright (c) 2002-2012 by SAS Institute Inc., Cary, NC, USA.
NOTE: SAS (r) Proprietary Software 9.4 (TS1M2)
Licensed to UNIVERSITY OF CALIFORNIA SYSTEM-SFA-T&R, Site 70081229.
NOTE: This session is executing on the X64_7PRO platform.
NOTE: Updated analytical products:
SAS/STAT 13.2
SAS/ETS 13.2
SAS/OR 13.2
SAS/IML 13.2
SAS/QC 13.2
NOTE: Additional host information:
X64_7PRO WIN 6.1.7601 Service Pack 1 Workstation
NOTE: SAS initialization used:
real time 0.98 seconds
cpu time 0.63 seconds
非常感谢一些建议。
谢谢!
已编辑:04:06PM,2015 年 9 月 23 日
我正在按照此处的步骤操作http://www.ciser.cornell.edu/FAQ/SAS/MemoryAllocation.shtm
只有一些细微差别。
- 转到 C:\Program Files\SASHome\SASFoundation.4 2.Copy sasv9.cfg(SAS 配置信息)
- 转到你:\Documents\My SAS Files.4
- 粘贴sasv9.cfg
打开sasv9.cfg 在第二行,键入“-memsize 6g”
- 转到开始→所有程序→SAS,然后右键单击 SAS 9.4(英文)
- Select发送到→桌面创建快捷方式
- 转到桌面,右键单击 SAS 快捷方式,然后打开属性
- 修改目标。替换说: -配置 "C:\Program Files\SASHome\SASFoundation.4\nls\en\sasv9.cfg" 有了这个: -配置 "U:\Documents\My SAS Files.4\sasv9.cfg" 9.Click好,那就好。
- 调用 SAS 通过快捷方式图标
- 您将收到一条警告消息,询问您是否要 "make modification of your computer setting",单击 "Yes"