Search found 4 matches

by li375268037
2012-02-23T19:39:50-07:00
Forum: Magick++
Topic: CPU usage abnormal
Replies: 5
Views: 17858

Re: CPU usage abnormal

Try setting the threads policy. The default is to use all the cores. You could set it to 1, to only use one core. i just tried, it doesn't work.<policy domain="resource" name="thread" value="1"/>. the experiment result indicates just CPU usage abnormal(1300-1500%). If ...
by li375268037
2012-02-23T18:13:54-07:00
Forum: Magick++
Topic: CPU usage abnormal
Replies: 5
Views: 17858

Re: CPU usage abnormal

i modify the policy.xml in install dir,<policy domain="resource" name="throttle" value="10"/> CPU usage is normal. But it's not the result i want. If there is a compatible way that cut down the CPU usage and do not slow the process,cost more time i just want to find out...
by li375268037
2012-02-22T01:01:29-07:00
Forum: Magick++
Topic: CPU usage abnormal
Replies: 5
Views: 17858

Re: CPU usage abnormal

mem usage is normal about 0.8%
by li375268037
2012-02-22T00:53:51-07:00
Forum: Magick++
Topic: CPU usage abnormal
Replies: 5
Views: 17858

CPU usage abnormal

Hi, all Environment: centos6.0, 16 cores, 8G mem My lab want to use magick++ to sample local images(the number of images is about 70,000). i write an auto-processing program using c to sample the images. when run it by single thread, type top in command line, found that CPU usage is about 1400-1500%...