Eclipse - resolve - out of memory

I am no more able to “resolve” in Eclipse.
I got a Java heap space after a long time/

image

I even set param “-Xmx4096m” in file eclipse.ini. Is 4 Go not enough to resolve in Eclipse ?

@Kai if you can help to unlock the situation.

It looks like 5 GB arer now required !
It finally worked with these settings: -Xms1024m -Xmx5120m

It worked only one time.

Again, it fails after a very long time (around maybe 15 minutes).

image

@wborn: I have the feeling the problem started with this change: Resolve runbundles for JAX-RS Whiteboard and CXF upgrades by wborn · Pull Request #1325 · openhab/openhab-distro · GitHub

Any idea ?

Hey @Lolodomo,

I’ve just updated my IDE setup and pulled the latest sources.
I am now running regularly into NPEs with bnd when trying to resolve.

It is not really reproducible, when the NPE does not happen, the resolution succeeds for me without any memory issues (and I haven’t changed anything about memory settings).