sassoftware / vscode-sas-extension

This SAS Extension for Visual Studio Code provides support for the SAS language, including features such as SAS syntax highlighting, code completion, hover help, code folding, outline, SAS code snippets and run SAS code.
https://sassoftware.github.io/vscode-sas-extension/
Apache License 2.0
117 stars 47 forks source link

fix: remove hardcoded memsize system option #1188

Closed smorrisj closed 3 weeks ago

smorrisj commented 3 weeks ago

Summary Fix for #1189 that removes defaulting of MEMSIZE to 0 for rest connection type. There are scaling scenarios where we dont want to set a maximum virtual memory value for every session.

Testing 1.) In a rest connection profile, ensure that memsize system option is not present. 2.) Run the following program: proc options option=MEMSIZE value; run; 3.) In the log, there should be output to indicate that MEMSIZE value is at its default:

Option Value Information For SAS Option MEMSIZE
    Value: 2147483648
    Scope: SAS Session
    How option value set: Config File
                                                          The SAS System                    Tuesday, September  3, 2024 11:50:00 PM

    Config file name:
            /opt/sas/viya/home/SASFoundation/sasv9.cfg