cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

MDM core Files

Former Member
0 Likes
303

Hi,

Core files are created in MDM unix os and has reached the file size of 5.3GB. It seems it occupies large memory, can any one tell, if i delete those core files will it create any issues and what is the actual use for those core files?

Thanks

vinoth

View Entire Topic
Former Member
0 Likes

Hi Vinoth,

Core files contain important information about the crash of MDS.

Stack trace is extracted from the core dump. This might be the most important evidence of what happened when the application crashed and usually leads to the correct diagnosis in the fastest way. Without this evidence there would be no way to know why the application crashed.Obtaining the stack trace starts from locating the core dump file.

The core file generation is highly dependent on OS settings,you can consult your system administrator and change the location of core file generation.

Deleting them is not a good idea as they give valuable information about MDS crash.

You can take a backup and delete them or shift the location of core file generation.

Thanks,

Ravi