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

GhostriderGhostrider Member Posts: 60 Contributor II
edited November 2018 in Help
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?

Answers

  • haddockhaddock Member Posts: 849 Maven
    Hi there,

    It would help to see the code, it nearly always does  ;D
  • landland RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 2,531 Unicorn
    Hi,
    another valuable information would be, when does the process exit? During loading the data or while learning the tree?

    Greetings,
      Sebastian
Sign In or Register to comment.