Hi All, One of our SAS users is using proc PHREG on a VM that has 4 vCPUs and 128GB RAM with the following config but code is running slow and only 7 GB RAM is in use out of 128. Ay Hypervisor level the consumed memory is almost 100%. Can it be because of the MEMMAXSZ value? Or something else? -REALMEMSIZE 100G -MEMSIZE 102G -MAXMEMQUERY MAX -BUFSIZE 16M -BUFNO 16 -MEMMAXSZ 100G -SORTSIZE 100G -SUMSIZE 100G
... View more