0

I have a server setup with 8 cores and 32gb of RAM. I am using it to launch as many java applications as I can and hope to make the most efficient use of my resources. Upon launching I notice the server begins lagging fairly badly and Xtightvnc is using up 100% of my cpu. Only 1 core is being utilized while the other 7 are sitting comfortably. Is there any way to allow tightvnc to utilize the rest of the cores or is tightvnc only optimized to use a single core? If not are there any alternatives for me to access my server remotely while being able to run as many applications as possible? Thank you in advance.

100% Core usage

Plee
  • 131
  • 3

1 Answers1

0

I can't answer the multi-threading piece, but I can say, the smaller the window you have to draw the less CPU consumed. Unfortunately, unlike remote desktop, it cannot leverage your GPU for draw cycles, it's straight CPU.

One thing you could try, although I find it also to be rather CPU intensive, is to use x11 forwarding. If you are connecting to a windows machine, Xming is free and works with putty.

I hope this helps a little.