Insufficient memory error during clustering
Posted: Wed Jul 12, 2023 10:02 am
One of my customers faced the following error message while perfoming clustering:
Now though the error message could be understood as "gimme more hardware/memory to get rid of the error" I'd recommend to evaluate a changed strategy in the clustering:
Bernd
Turns out that his clustering scenario was based on a HUGE number of com.ptvgroup.xserver.xcluster.PlanningLocation objects (>100'000!).{
"faultInfo": {
"$type": "ProcessingFault"
},
"message": "Solver problem: Out of memory"
}
Now though the error message could be understood as "gimme more hardware/memory to get rid of the error" I'd recommend to evaluate a changed strategy in the clustering:
- Reduce the planning complexity by applying a pregrouping of locations, e.g. based on post code areas or street names
Bernd