OutOfMemoryError in EigenVerificationJob
-----------------------------------------
Key: MAHOUT-915
URL: https://issues.apache.org/jira/browse/MAHOUT-915
Project: Mahout
Issue Type: Bug
Affects Versions: 0.6
Reporter: Sebastian Schelter
Assignee: Sebastian Schelter
I'm getting an OutOfMemoryError in EigenVerificationJob that seems to come from
the following lines (200 - 204) that try to print the complete eigenvector to
the console.
{code}
EigenVector ev = ...
log.info("appending {} to {}", ev, path);
{code}
Am I doing something wrong here? Or should we handle this somehow else? I don't
want to use another loglevel because of this.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira