Page 1 of 1

oXygen 7.1 CPU utilization

Posted: Wed May 03, 2006 1:58 pm
by vhawk
Hi,

I find that all of a sudden oXygen is taking up all the CPU cycles it can get it's hands on. Even if I switch it to the backgound it is running max load on my CPU. Had to lower it's process priority to low to prevent it from killing everything else.

Any ideas why ?

Turion 64 notebook, 1Gb Ram, ATI Radion Express 200 chipset

Thanks
Andre

Posted: Wed May 03, 2006 2:36 pm
by sorin_ristache
Hello,

See if you are in the same situation as other users and if adding the parameter -Dsun.java2d.noddraw=true and restarting <oXygen/> solves the problem. On Windows the parameter must be added in the file [oXygen7.1-install-folder]/oxygen7.1.ini, on the line Virtual Machine Parameters. Otherwise describe a sequence of actions executed in <oXygen/> which produces the high CPU loading, the platform name and the Java virtual machine version used to run <oXygen/> (Help -> About -> System properties -> java.vm.version).

Regards,
Sorin

Posted: Wed May 03, 2006 4:43 pm
by vhawk
Added the noddraw option to ALL the ini files which seems to have solved the problem.

Thanks

Posted: Wed May 03, 2006 5:00 pm
by sorin_ristache
Please note that if you want to start <oXygen/> from the command line using the startup script [oXygen7.1-install-folder]/oxygen.bat you have to add the parameter also to this script. The java command contained in this script will have to look like:

Code: Select all

java -Xmx256m -Dsun.java2d.noddraw=true -cp %CP% ro.sync.exml.Oxygen %1 %2 %3 %4 %5 %6 %7
Regards,
Sorin