Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Can I check how much memory is available for Weka?

memory Weka
0
10 Posted

Can I check how much memory is available for Weka?

0
10

You can easily check, how much memory Weka can use (this depends on the maximum heap size the Java Virtual Machine was started with). • developer version • start the SimpleCLI • run the following command: java weka.core.SystemInfo • the property memory.max lists the maximum amount of memory available to Weka • book version (and developer version) • start the Explorer • right-click in the log panel • select Memory information to output the information to the log In case you should run into an OutOfMemoryException, you will have to increase the maximum heap size. How much you can allocate, depends heavily on the operating system and the underlying hardware (see sections 32-Bit and 64-Bit of the Java Virtual Machine article). Also, have a look at the OutOfMemoryException section further down.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123