Tying JVM to a single CPU in multi CPU system

Hi,Is it possible to tie JVM to a single CPU system ?is there a java siwtch to do this ? java -X?Regards,O
[141 byte] By [Omkaraa] at [2007-10-3 1:19:33]
# 1
No, as far as I know there is no such Java optionYou can do this however with the tools of your operating system. E.g. for Solaris, have a look at the pbind command.Nick.
nicolasmichaela at 2007-7-14 18:16:46 > top of Java-index,Desktop,Runtime Environment...