[fyi] [icedtea-web] xmx for emma
Omair Majid
omajid at redhat.com
Sun Apr 8 15:47:29 PDT 2012
On 04/06/2012 11:31 AM, Jiri Vanek wrote:
> Hi! Recently codecoverage have fallen on my test machines because of not
> enough heap space. I would like to increase its Xmx value (eg to 2g as
> I'm doing in this patch)
Perhaps you might want to rename EMMA_XMX to EMMA_JAVA_ARGS? That would
allow us to add additional java arguments for emma in the future without
further changes.
> 2012-04-06 Jiri Vanek <jvanek at redhat.com>
>
> jvms running emma enlarged max heap space
> * Makefile.am: (stamps/run-unit-test-code-coverage.stamp),
You should leave out the colon here.
> (stamps/run-reproducers-test-code-coverage.stamp) and
You should just use a "," instead of the "and" at the end of the line. I
believe that's the correct thing to do based on the GNU ChangeLog
guidelines.
> (run-test-code-coverage) java emma calls have increased theirs -Xmx value
Please use a colon here followed by what the new change does. How about
something like this:
(run-test-code-coverage): Use a larger max heap size for emma.
Cheers,
Omair
More information about the distro-pkg-dev
mailing list