Ticket #158 (closed enhancement: fixed)

Opened 8 months ago

Last modified 6 months ago

Passing extra parameters to testnode JVM

Reported by: ddewaleffe Assigned to: fcohen@pushtotest.com
Priority: critical Milestone:
Version: 5.1 Keywords:
Cc:

Description

I appeared to us that the way the JVM launches the test node does not provide for extra JVM parameters... The scripts could be extended to get them from an environment variable. I typically add the args to provide more memory (needed for using htmlunit) as well as to allow monitoring the test nodes with jconsole.

Change History

10/30/07 06:17:34 changed by fcohen

  • priority changed from minor to critical.

This is a documentation ticket. I will update the docs to show how to pass parameters to the TestNode JVM.

Here is the instruction on setting memory in a TestNode:

To set the memory for an installed TestNode to use 128 Mbytes please change the contents of TestNetwork/TestNode?/startup.bat to:

@"%JAVA_HOME%/bin/java" -Xmx128M -DSTOP.PORT=8079 -DSTOP.KEY=secret -jar start.jar @echo "TestNode Started"

-Frank

11/09/07 22:57:33 changed by fcohen

  • version set to 5.1.

11/10/07 10:35:04 changed by fcohen

  • owner set to fcohen@pushtotest.com.
  • type changed from defect to enhancement.

11/18/07 00:14:20 changed by fcohen

  • status changed from new to closed.
  • resolution set to fixed.

Added to Installation.html documentation. -Frank