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

Use builtin default System Option MEMSIZE value rather than hardcoding to 0 #1189

Closed smorrisj closed 3 weeks ago

smorrisj commented 3 weeks ago

Is your feature request related to a problem? Please describe. We should discontinue hardcoding MEMSIZE=0 in the rest connection type when sessions are created for viya / rest connection profiles. There are scaling scenarios where we should not assume that max virtual memory usage is desired for each created session.

Describe the solution you'd like Remove the hardcoded option from the connection provider. Users can still manually set this value if desired in the options array for the connection profile.

Environment SAS Viya