by webadmin | Apr 19, 2019
The 64 bit JDK can allocate more memory (> 2GB) to java applications, but 32 bit JDK is usually 0%-10% faster. SparkGateway doesn’t use too much memory, so you can install 32bit JDK and keep an eye on the memory usage. Also make sure you are using JDK instead...
by webadmin | Apr 19, 2019
https://support.microsoft.com/en-us/kb/3080079
by webadmin | Apr 19, 2019
var surface = new svGlobal.LocalInterface(); surface.onstart = function(canvas){ //you can draw something on the canvas here. } rdp.addSurface(surface);