[Swift-commit] r2809 - trunk/src/org/griphyn/vdl/karajan
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Thu Apr 2 08:54:17 CDT 2009
Author: benc
Date: 2009-04-02 08:54:17 -0500 (Thu, 02 Apr 2009)
New Revision: 2809
Modified:
trunk/src/org/griphyn/vdl/karajan/Loader.java
Log:
change initial maxheap logging so that it does not appear on the console and does appear in the log file
Modified: trunk/src/org/griphyn/vdl/karajan/Loader.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/Loader.java 2009-04-02 13:53:22 UTC (rev 2808)
+++ trunk/src/org/griphyn/vdl/karajan/Loader.java 2009-04-02 13:54:17 UTC (rev 2809)
@@ -73,7 +73,6 @@
public static void main(String[] argv) {
logger.debug("Loader started");
- logger.info("Max heap: " + Runtime.getRuntime().maxMemory());
ArgumentParser ap = buildArgumentParser();
String project = null;
try {
@@ -118,6 +117,7 @@
try {
setupLogging(ap, projectName, runID);
+ logger.debug("Max heap: " + Runtime.getRuntime().maxMemory());
if (!(new File(project).exists())) {
logger.error("Input file " + project + " does not exist.");
More information about the Swift-commit
mailing list