Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Memory Analyzer » Does MAT run fully locally?
Does MAT run fully locally? [message #1864004] Mon, 11 March 2024 10:49 Go to next message
Richard Kim is currently offline Richard KimFriend
Messages: 1
Registered: March 2024
Junior Member
Hello everyone,

I am new to MAT, and is trying to use it to analyze one of the projects, and I wish it to do it fully locally. I.E. wants to make sure no data (even the heap memory analysis data) to not leave the local workstation. So, I was wondering, is MAT run fully locally? or does it make any api calls to external servers?

TLDR: does MAT run fully locally? or does it make any api calls?

Thank you
Re: Does MAT run fully locally? [message #1864126 is a reply to message #1864004] Mon, 18 March 2024 10:07 Go to previous message
Krum Tsvetkov is currently offline Krum TsvetkovFriend
Messages: 165
Registered: July 2009
Senior Member
Hi,
the heap dump analysis is local - MAT does not have any server parts, the heap dump stays in the file system, additional files (various indexes) get created next to the heap dump file, and there are no remote calls involved in the analysis. This is what I can say about the MAT plugins.

The standalone version of MAT brings a set of "standard" Eclipse plugins, needed to have a complete application you can start and use. I am not aware that these would talk to external resources (unless triggered by actions like updating/installing software), but I don't know all of them in detail.
In doubt, you can do the analysis without network access - that should be no issue for MAT.

Hope this helps!

Previous Topic:How to find a thread in "thread_overview" that cased OutOfMemoryError?
Next Topic:MAT is not working on MAC Book PRO Apple M2 Max
Goto Forum:
  


Current Time: Sat Jan 18 15:33:19 GMT 2025

Powered by FUDForum. Page generated in 0.02758 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top