Ojdeploy uses /jdev/bin/jdev.conf which in turn uses /ide/bin/ide.conf do any changes made here will make an impact on ojdeploy.
If you want to add something to improve performance extra memory or different gc try changing these files and see if it makes any difference for you:
Example:
AddVMOption -Xmx3G
AddVMOption -Xms1G
AddVMOption -Xgc:throughput
Also I have found when using an ant task to call ojdeploy the less you invoke it the better the performance - so I guess an exec with a buildfile would work the fastest. - yet to take metrics so don't quote me on this just yet...
If you want to add something to improve performance extra memory or different gc try changing these files and see if it makes any difference for you:
Example:
AddVMOption -Xmx3G
AddVMOption -Xms1G
AddVMOption -Xgc:throughput
Also I have found when using an ant task to call ojdeploy the less you invoke it the better the performance - so I guess an exec with a buildfile would work the fastest. - yet to take metrics so don't quote me on this just yet...
Comments
Post a Comment