Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [p2-dev] Pool cleaner needed

p2 provides a GC application to deal with these cases
Try the following command line:
    eclipse -application org.eclipse.equinox.p2.garbagecollector.application

Pascal

On 15-12-11 12:59 AM, Konstantin Komissarchik wrote:

I have not had much luck getting this question answered on the p2 forum, so I am trying here…

 

I am working on updating Sapphire build system to use a shared bundle pool for all the Eclipse installs that are created in the course of the build. What I am struggling with is how to clean the pool so that it doesn’t grow without bound. The build does remove old profiles, but p2 doesn’t seem to be performing any pool cleanup in the director invocation.

 

Is there another p2 application that I should be calling to scrub the pool?

 

Thanks,

 

- Konstantin

 



_______________________________________________
p2-dev mailing list
p2-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/p2-dev


Back to the top