Re: Heap size
Eibe Frank <[email protected]> Sat, 18 Feb 2023 09:51:42 +1300
| Newsgroups | gmane.comp.ai.weka |
|---|---|
| Message-ID | <CADehzLX4j=nzZL=_LtJ6i4CbNXhepXDA4TP+draS+i2ow769+w@mail.gmail.com> |
The screenshot shows that your maximum heap size is 1006 MB, which is really quite small. I use the _JAVA_OPTIONS environment variable to increase the maximum heap size: https://waikato.github.io/weka-wiki/faqs/OutOfMemoryException/ This option work with the Zulu Java virtual machine that is included in the WEKA distribution. On Windows, in the main Windows search bar, search for environment variables and choose Edit environment variables for your account (or, alternatively, change the variables for everyone using the system). Then, make a new variable with name _JAVA_OPTIONS and set the variable value to -Xmx4g or similar (4g would specify a maximum heap size of 4 gigabytes). Make sure that the heap size you specify does not exceed the amount of RAM on your computer. Otherwise, your WEKA may start to run very slowly... Cheers, Eibe On Sat, 18 Feb 2023 at 09:29, Miltiadis Raptis <[email protected]> wrote: > Hi, > > I am trying to open a file and it says my heap size is not enough. For > some reason the memory in use is too much. The version of Weka I have is > 3.8.6. What can I do? > > > > > > Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for > Windows > > > _______________________________________________ > Wekalist mailing list -- [email protected] > Send posts to [email protected] > To unsubscribe send an email to [email protected] > To subscribe, unsubscribe, etc., visit > https://list.waikato.ac.nz/postorius/lists/wekalist.list.waikato.ac.nz > List etiquette: > http://www.cs.waikato.ac.nz/~ml/weka/mailinglist_etiquette.html > _______________________________________________ Wekalist mailing list -- [email protected] Send posts to [email protected] To unsubscribe send an email to [email protected] To subscribe, unsubscribe, etc., visit https://list.waikato.ac.nz/postorius/lists/wekalist.list.waikato.ac.nz List etiquette: http://www.cs.waikato.ac.nz/~ml/weka/mailinglist_etiquette.html