Low memory encountered

Hi,

 

I am getting the below error.

DEBUG Service Thread MemoryObjectTracker : Low memory encountered. Used memory: 1 GB; maximum memory: 1 GB.

I have a 4GB RAM and i have given the bellow arguments in the knime.ini file.

-vmargs
-Xms1024m
-Xmx2048m
-XX:MaxPermSize=512m
-XX:PermSize=256M

 

 

 

 

 

This is a debug message not an error message. It just tells you that the currently available amount of memory (1GB) is filled up and that KNIME tries to free some memory. Nothing to worry about.