System.setProperty("rapidminer.home", "C:\\Dokumente und Einstellungen\\Mierswa\\Eigene Dateien\\workspace\\yale"); RapidMiner.init();
Probably, I should reduce the size of my training data set (~ 67'000 records with 14 attributes) ... or is there a memory size limit imposed by RapidMiner (which can be changed)?
mierswa wrote:Try -Xmx800m or something similar as start option for your program so that it is able to use more memory
-showsplashorg.eclipse.platform--launcher.XXMaxPermSize256M-vmargs-Dosgi.requiredJavaVersion=1.5-Xms64m-Xmx800m
if "%MAX_JAVA_MEMORY%"=="" set MAX_JAVA_MEMORY=1024
nicugeorgian wrote:I have changed my eclipse.ini file such that it now looks as follows:and, surprise, the RapidMiner tool does not throw anymore the OutOfMemoryError. However, the Java program(developed in Eclipse) that uses the RapidMiner library still throws the OutOfMemoryError ...
Username wrote:If you run your program inside Eclipse you can set memory parameters (-Xmx1024m) via "Run" -> "Open Run Dialog" -> "Arguments" -> "VM arguments".