> I was trying to configure a single user system and I recreated the schedule > r.conf. Looks like application is using only one CPU. Please see Schedule > r.conf below & let me know if there is a way to make the application to uti > lize both the CPU's.
mkschedconf uses '# of CPUs minus one' for agents, to ensure that the scheduler itself still has cpu time to keep things running smoothly. If you only have two CPUs in the system it's expected that only one copy of an agent will run. You can override this (at your peril) using the -C option to mkschedconf (run it with -h for more options/info). -- Matt Taggart [email protected] _______________________________________________ fossology mailing list [email protected] http://fossology.org/mailman/listinfo/fossology

