Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
I'm using Windchill 11.1 M020 CPS 30.
Any Suggestions / Solution for below Issue
Case:CS54402 (2nd Point)
One or more transactions execute a large volume of SQL retrieving small numbers of rows each time, but cumulatively results in a large amount of Method Server memory being used
Solved! Go to Solution.
Hello @HelesicPetr
"DoJobs" are processed under PublisherQueue1 , 2 and so on.
We have increased the memory too.
Main issue is that the workers are not getting jobs from PublisherQueue & BGMS-WVS is restarting.
Hi @Shashwath
What is processed by queue ? Publishing ? many publish jobs?
Then increase the memory for the background method server
Or if the issue is cased by publish scheduler plan then schedule the job to non working hours.
PetrH.
Hello @HelesicPetr
"DoJobs" are processed under PublisherQueue1 , 2 and so on.
We have increased the memory too.
Main issue is that the workers are not getting jobs from PublisherQueue & BGMS-WVS is restarting.
I'm trying to understand the solution for the case number mentioned above for the 2nd point.
Hi @Shashwath
There is no general solution.
You need to investigate what is casing the issue from the logs.
BGMethod server log, and BG GC.log.
The article describes that there should be interesting information that can help you to solve your issue,.
PetrH