Displaying 1 result from an estimated 1 matches for "59a0fdd".
2010 Sep 21
1
[PATCH] Check cpus capacity, not real cores.
...vents to use the full capacity of multithreading
Signed-off-by: Arthur Clement <aclement at linagora.com>
---
src/task-omatic/taskomatic.rb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/task-omatic/taskomatic.rb b/src/task-omatic/taskomatic.rb
index 6f699d2..59a0fdd 100755
--- a/src/task-omatic/taskomatic.rb
+++ b/src/task-omatic/taskomatic.rb
@@ -169,7 +169,7 @@ class TaskOmatic
#puts "and not #{curr.is_disabled.nil?} and #{curr.is_disabled == 0}"
#puts "and #{vm ? vm : 'nil'} or #{vm ? vm.active : 'nil'}) or #{vm...