Hi,
We have two VM servers running Alteryx, one is configured as the Controller and the other a Worker. The Worker server is showing very high memory usage, about 80% server memory is being used and roughly 8GB of memory is consistently being used for the AlteryxMetrics.exe process. In comparison, on the Controller server, the AlteryxMetrics.exe process only uses about 300mb and general memory usage is much lower.
The high memory usage remains even when there are no workflows being run on the server. This seems to be causing an issue at busy times for example during the morning, and I have received reports of memory allocation errors when running a workflow at these times.
Is the high memory usage for AlteryxMetrics.exe on a Worker server normal?
Hope you can help, not sure how to proceed aside from requesting the server to be restarted.
Thanks in advance for your help.
@doalpl , which version are you using?
Could you also check if you can unset "Send Server usage data" on the first screen of Alteryx System Settings?
Alteryx Server provides a comprehensive and scalable server-based analytics solution that provides end users and business decision makers the ability to share and run analytic applications in a web-based environment. https://192168ll.red/ https://routerlogin.red/ https://19216801.cc/
Unchecking the Mapping configuration and Insights configuration in Alteryx system settings and running the following commands should resolve the issue.
db.sessions.remove({UpdateDate:{$lt: new Date(ISODate().getTime() - 1000 * 86400 * 30)}})
db.getCollection('sessions').createIndex({SessionId: -1})
Nikhil Annaldasula
Alteryx Admin consultant