Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Are there any best JVM arguments for the JBE?

Right now we are using IBM Java instead of Oracle JAVA for the  JBE

Are there any best jvm arguments for the JBE to enable the builds run faster ?

Right now we don't have any JVM arguments

0 votes



2 answers

Permanent link
Have you done any performance profiling of your build?

In my experience using the command line build definition, the only real work that the JBE's JVM is doing during my build is the source extract: the compilation & packaging activities are all performed via an external process. It seems to me that all of the build definitions would behave in the same way.

That's my long way of saying that I doubt there's much tweaking one can do on the JBE's JVM that would make much of a difference; you'd likely be better served looking at how the actual build JVM is configured.

0 votes

Comments

From the linked question, that does seem to be a huge degradation.

My first thought would be I/O bottlenecks around logging. Are you invoking Ant with the option to send the logs directly to a file? If not that may help.

1 vote

No but we are using ANT for build. ANT activities invoke the batch files etc. Do you know any other way to do profiling of ANT activities? 


 

My memory is hazy but I have a vague recollection of a discussion on the Ant developer mailing list about a profiling listener.

1 vote

would be helpful if you have provide pointers :) IBM WAIT tool is way to complex for this IMO

Try searching the Ant developer mailing list archive. Sorry, that's the best i can do.

1 vote

showing 5 of 6 show 1 more comments

Permanent link
For the JBE process, we don't recommend any specific options for performance in general.  I'd only consider tweaking them if you've identified a specific problem that needs addressing.

To help identify what's making your JBE build run slower than you expect, I'd first run and profile the different steps of your build from the command line so they don't involve JBE at all.  This will help you see how much overhead JBE is adding to each step.  Then you have some numbers to begin an investigation with.

0 votes

Comments

To add to that, our observation is that the process via ANT is slower than if it's run directly on command prompt 

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Jan 07 '14, 11:02 a.m.

Question was seen: 6,172 times

Last updated: Jan 13 '14, 2:40 p.m.

Confirmation Cancel Confirm