Hi, me and my collegues have last week add a SSD on ours pc and we installed knime in the SSD.
after the installation all three have the same problem, the process of the workflow has become very slow, and also there is often crash. what we can do to fix it? (before in the same pc with knime installed on the normal hard disk, the program works well).
we have just try to change the temp folder and put it on the normal hard disk but there is no improvment.
so there is some incopatibility beetween knime and the ssd?
SSD should improve KNIME effieciency in general, so I wouldn't expect any issue here.
- Did you already try to increase the heap space memory? To do that, please follow the following instructions:
In the KNIME installation directory there is a file called knime.ini (under Linux it might be .knime.ini; for MacOS: right click on KNIME.app, select "Show package contents", go to "/Contents/Eclipse/" and you should find a Knime.ini). Open the file,
Find the entry -Xmx1024m and change it to -Xmx4g or higher (for example).
(Re)start KNIME.
- Under workspace/.metadata/knime/nodeusage_3.0.json you can find some statistics related to the number of crashes that you encoutered. To check the number of launches and number of crashes just go at the bottom of the file where you will see sothing like that:
thanks Vincenzo we have already increse the heap sapce memory to 5Gb, my collegues to 4Gb but knime works slow for all.
I try to change the temp folder from SSD to HD but this improve a very little bit. So you can conform that SSD usually improve the performance of Knime, also we hoped the same.
from the nodeusage_3.0.json I have this statistics, i don't know if help:
yes I think so that the problem is in ours pc, after the update of firmware of the SSD there was an improvements, but the workflow are yet slower than before add the SSD, I will use the tips of vincenzo, now I add this line
after the update of knime 3.4 it seems work fine now. maybe there was some problem in the previosly installation that was fixed with the installation of the new version
finally we understand where there was a problem that the last update partially hide with the update 3.4.
The real problem was the antivirus that continuing scan what knime doing during the process, we put an exception for the workspace directory and now knime work well.
the bad luck was that we change the SSD at the same time of the antivirus and we did not thought that the problem was the antivirus.