On Wed, Aug 28, 2013 at 12:47 PM, Arnaud Héritier <[email protected]> wrote: > Or the GC unload some data from memory and Jenkins has to reload them from > the disk?
Yes, build records are held using Java soft references, so they are subject to disposal under memory pressure. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" 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.
