val details = AttachManager.getDetails(virtualMachine)
Goes without problem. But when I try to:
details.getAgentProperties()/getSystemProperties()
it takes seconds to obtain this. I've tried it on other machines (Windows 10 AND linux) and it works fine.
Have you ever had this issue / know how to resolve it?