We have a sas viya environment that was running very low CPU usage. However, under very little load the sas services would crash with an out of memory error. We increased the memsize setting and now the system doesn't crash but recently we've run into another issue with high cpu usage.
It was running with only the memsize change for a week without a change in the cpu usage. In our last update however we added 3 new pickle files for models and updated some python libraries. The morning after this we saw very high cpu usage.
Today we had more traffic then normal but not something that should overload the system. Still, we got to over 80% cpu usage and around the two times this happened we had users reporting slowness.
So I really think it could only be three things.
1.) Updated Python libraries causing issues
2.) The memsize causing cpu to be used differently
3.) Pickle files adding to the response times
Does anyone have ideas or where I should look to address these?