insufficient memory problem
m_r_nour
New Altair Community Member
hi all
I have a data base with 4375 record and 57 features and I want to use LOF (local outlier factor) to remove outliers.
but I have insufficient memory problem
I'd appreciate if you help me how can I solve this problem
Regards
REZA
I have a data base with 4375 record and 57 features and I want to use LOF (local outlier factor) to remove outliers.
but I have insufficient memory problem
I'd appreciate if you help me how can I solve this problem
Regards
REZA
Tagged:
0
Answers
-
Hi,
if you take a look at the memory monitor, how many MB of RAM are available?
Greetings,
Sebastian0 -
hi
just 63mb in Rapidminer while I have 4Gb ram
0 -
How are you starting RapidMiner? Using the .exe, this should not happen. If you run it by invoking java directly, you will have to set the heap size using the java -Xm switch. You can see how this is done if you look at the start scripts in the scripts folder. You can edit the MAX_JAVA_MEMORY variable there.
Best,
Simon0