BookmarkSubscribeRSS Feed
Maksim_Karyagin
Calcite | Level 5

How can i get to increase memory and decide problem "ERROR: out of memory" due to MEMSIZE and SORTSIZE

4 REPLIES 4
JuanS_OCS
Amethyst | Level 16

You might need to share this with your SAS administrator in your company. This will require to change centralized configuration files.

Kurt_Bremser
Super User

Since you use a workspace server (as you posted this in the Enterprise Guiee forum), you need to have the configuration changes made server-side.

What actually caused your problems (please post complete log of the offending step)? Sometimes improper use of proc steps can cause memory errors, and the problem can be dealt with without configuration changes.

rogerjdeangelis
Barite | Level 11

Can you post

 

Proc options group=memory;

run;quit;

 

I just saw 16gb of DDR3 ram dor $79, hopefully you have at least 16gb.

Maksim_Karyagin
Calcite | Level 5

Yeah, I have 32 gb/ 

 

About my code: i have 7 constraints. But just only 3 is working.

 

And then I change value of parameters memsize from 28g to 2g and sortsize change 27g on 512m (in sas config file). Then i have 4 constraints working. What i can do if i want that my all seven constraints will work. 

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 4 replies
  • 1842 views
  • 2 likes
  • 4 in conversation