[tor-commits] [metrics-tasks/master] Suggest larger heap space for #6443.

karsten at torproject.org karsten at torproject.org
Wed Oct 3 23:35:34 UTC 2012


commit e8a5a5bf988b34b97b5d7aace9d9dc973b5477e6
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Wed Oct 3 19:34:49 2012 -0400

    Suggest larger heap space for #6443.
---
 task-6443/README |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/task-6443/README b/task-6443/README
index 57ff483..1677ac6 100644
--- a/task-6443/README
+++ b/task-6443/README
@@ -10,7 +10,7 @@ Graph cdf of probability of selecting among the biggest k exits (#6443)
   $ javac -d bin -cp lib/descriptor.jar src/CalculatePathSelectionProbabilities.java
 
 - Run Java class:
-  $ java -cp bin:lib/descriptor.jar:lib/commons-codec-1.6.jar:lib/commons-compress-1.4.1.jar CalculatePathSelectionProbabilities
+  $ java -Xmx2g -cp bin:lib/descriptor.jar:lib/commons-codec-1.6.jar:lib/commons-compress-1.4.1.jar CalculatePathSelectionProbabilities
 
 - Plot graphs:
   $ R --slave -f cumulated-weights.R



More information about the tor-commits mailing list