Hi All,
I am dealing with large files \tables so I had to increase memory size in knime.ini but when i write something like :
-Xmx16g or -Xmx2048m knime crashes and does not open. In 16g case, says failed to launhc java virtual machine. Another interesting observation, in Knime.ini when i add one space before the like (i.e. -Xmx16g) it accpets and opens but the heap size is around 248 M. here is my knime.ini
and I have
Xeon 3.5 GHz
32 GB Win 7
-startup
plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.300.v20150602-1417
--launcher.defaultAction
openFile
-vmargs
-server
-Dsun.java2d.d3d=false
-Dosgi.classloader.lock=classname
-XX:+UnlockDiagnosticVMOptions
-XX:+UnsyncloadClass
-Dknime.enable.fastload=true
-XX:CompileCommand=exclude,javax/swing/text/GlyphView,getBreakSpot
-Xmx16g
-Dorg.eclipse.swt.browser.IEVersion=10001
-Dsun.awt.noerasebackground=true
-Dequinox.statechange.timeout=30000