The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Another Out of Heap Space Thread
Ghostrider
Member Posts: 60 Contributor II
I am trying to analyze about 400,000 records w/ 5 attributes on Decision Tree learner. I end up running out of heap space. I am currently using the xms/xmx2048m option. My system has 4 GB of memory, but running on a 10 year old hard drive so it really slows down if I have to use the swap space (Running Ubuntu Linux 10.04). Aside from upgrading my RAM and killing some processes to free up 3 GB for the heap, is there anything else that I can do besides upgrading my system memory? Is there a way to make the operator conserve memory?
0
Answers
It would help to see the code, it nearly always does ;D
another valuable information would be, when does the process exit? During loading the data or while learning the tree?
Greetings,
Sebastian