Hello everybody
Our
Workflow tasks page is taking a long time to load, over a minute. Something similar also happens on the new item submission page.
My mpf-ui.json:
{
"apps": [
{
"name": "mpf-ui",
"cwd": "/dspace/mpf-ui/",
"script": "dist/server/main.js",
"instances": "-1",
"exec_mode": "cluster",
"node_args": "--max_old_space_size=2048",
"env": {
"NODE_ENV": "production"
}
}
]
}
We currently have over 150,000 items, spread across 270 collections, spread across various communities and subcommunities.
We created 3 groups of people, a group of Administrators, another one of Submitters and another one of Editors. These 3 groups are administrators, submitters and editors of all collections.

We've already increased the memory of Solr, Tomcat and the machine (SLES 15), but the slowness (and user complaints) continues...
Att,
Aroldo Rique