From ca4b20fad19015aa2340bec4b19fd73952d69297 Mon Sep 17 00:00:00 2001 From: tqchen Date: Mon, 9 Mar 2015 13:12:04 -0700 Subject: [PATCH] add linear readme --- rabit-learn/linear/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rabit-learn/linear/README.md b/rabit-learn/linear/README.md index bdc9af7dc..812da0024 100644 --- a/rabit-learn/linear/README.md +++ b/rabit-learn/linear/README.md @@ -13,7 +13,7 @@ Multi-Threading Optimization - Simply add ```nthread=k``` where k is the number of threads you want to use * If you submit with YARN - Use ```--vcores``` and ```-mem``` to request CPU and memory resources - - Some scheduler in YARN do not honor CPU request, you can request more memory to grab a more working slot + - Some scheduler in YARN do not honor CPU request, you can request more memory to grab working slots * Usually multi-threading improves speed in general - You can use less workers and assign more resources to each of worker - This means less communication overhead and faster