Re: [DAEMON] Assigning JVM to a core

2013-10-16 Thread Gary Gregory
Ping? On Thu, Oct 10, 2013 at 10:13 PM, Gary Gregory garydgreg...@gmail.comwrote: On Thu, Oct 10, 2013 at 10:11 PM, Martin Gainty mgai...@hotmail.com wrote: Gary which version of os/arch are you targetting? Martin, I'm pretty sure our IT folks are looking at Windows 32 and/or 64-bit.

Re: [DAEMON] Assigning JVM to a core

2013-10-16 Thread Thomas Neidhart
This link may help you: http://www.scalabiliti.com/blog/java_jvm_processor_affinity On Wed, Oct 16, 2013 at 4:38 PM, Gary Gregory garydgreg...@gmail.comwrote: Ping? On Thu, Oct 10, 2013 at 10:13 PM, Gary Gregory garydgreg...@gmail.com wrote: On Thu, Oct 10, 2013 at 10:11 PM, Martin

RE: [DAEMON] Assigning JVM to a core

2013-10-16 Thread Martin Gainty
procaff /wait 2 notepad.exe starts notepad.exe on CPU 1 synchronously procaff /run 1 notepad.exe starts notepad.exe on CPU 0 asynchronously procaff /set 3 4296 sets processor affinity of process with pid 4296 to 3 procaff /set 3 foo.exe sets processor affinity of process foo.exe to 3

Re: [DAEMON] Assigning JVM to a core

2013-10-16 Thread Gary Gregory
Nice tips, but it sounds like I am out of luck with telling prunsrv.exe to set the affinity for a JVM, right? Gary On Wed, Oct 16, 2013 at 12:26 PM, Martin Gainty mgai...@hotmail.com wrote: procaff /wait 2 notepad.exe starts notepad.exe on CPU 1 synchronously procaff /run 1 notepad.exe