goete111 / factorie

Automatically exported from code.google.com/p/factorie
0 stars 0 forks source link

Java heap space exhausted during compile #36

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. git clone ...
2. mvn clean compile ...
3. sigh

$ mvn clean compile
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Factorie 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ factorie ---
[INFO] Deleting /Users/soboroff/factorie/target
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ factorie 

---
[debug] execute contextualize
[WARNING] Using platform encoding (MacRoman actually) to copy filtered 
resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ factorie ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- scala-maven-plugin:3.1.0:compile (default) @ factorie ---
[WARNING]  Expected all dependencies to require Scala version: 2.10.2
[WARNING]  cc.factorie:factorie:1.0-SNAPSHOT requires scala version: 2.10.2
[WARNING]  com.typesafe.akka:akka-actor_2.10:2.1.4 requires scala version: 
2.10.1
[WARNING] Multiple versions of scala libraries detected!
[WARNING] Zinc server is not available at port 3030 - reverting to normal 
incremental compile
[INFO] Using incremental compilation
[INFO] Compiling 330 Scala sources to /Users/soboroff/factorie/target/classes...
[ERROR] Java heap space -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/OutOfMemoryError

Original issue reported on code.google.com by isobor...@gmail.com on 19 Nov 2013 at 5:20