Hi SAS Community, We got an error when running Python Job in SAS Studio (SAS Viya 4 LTS 2023.10), which consume large amount of data (there are data query inside the python job). The error is related to the container memory limit: "ERROR: Python subprocess terminated unexpectedly. Exit code is 265 (0x0109). The most likely cause of this is the Python process trying to use more memory than the container is configured to be allowed to use." We have tried to increase the memory size of sas-programming-environment container in sas-compute pod, up to 16GB, increase System options MAXTABLEMEM, MAXMEMQUERY, and MEMSIZE up to 2G but still didn't solve the problem. Where is the specific container/pod of python process when running python job in SAS Studio, in which we have to enlarge the memory size? Or there are any configuration to solve this problem?
... View more