Issue Type: Bug Bug
Assignee: Unassigned
Components: monitoring
Created: 29/Jul/13 2:00 PM
Description:
System.setProperty("javamelody.storage-directory", "/" + new File(Hudson.getInstance().getRootDir(), "monitoring").getAbsolutePath());

sets up this directory for storage, but apparently never trims old records. This is pretty bad since the directory can get quite large and consume a lot of disk space. Suggest creating an AsyncPeriodicWork to clean out old records (say, those over a month old) on a regular basis (say, daily).

Project: Jenkins
Labels: performance
Priority: Major Major
Reporter: Jesse Glick
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to