next up previous contents
Next: Optional distributed garbage collection Up: Run-Time Support for WWC Previous: Running an application   Contents

Local actor garbage collection

One can observe the behavior of the local actor garbage collector by specifying the runtime environment options -Dgcverbose -Dnodie as follows:

java -cp salsa<version>.jar:. -Dgcverbose -Dnodie examples.HelloWorld

To start a theater without running the local actor garbage collection, one can use the option -Dnogc as follows:

java -cp salsa<version>.jar:. -Dnogc examples.HelloWorld



Wei-Jen Wang 2006-10-14