]> git.itanic.dy.fi Git - rrdd/commit
process.c: Reduce maximum number of parallel jobs on UP machines
authorTimo Kokkonen <timo.t.kokkonen@iki.fi>
Tue, 9 Sep 2014 19:17:37 +0000 (22:17 +0300)
committerTimo Kokkonen <timo.t.kokkonen@iki.fi>
Tue, 9 Sep 2014 19:21:15 +0000 (22:21 +0300)
commitb273a4af795f49e103cca0750a7c8667fe68beab
treea823d2110964c192018ee9407498eab310b87126
parentb75cf8a9fa8259c68cf2877ade4a7ae4bf1b497e
process.c: Reduce maximum number of parallel jobs on UP machines

We generally don't see sinlge-cpu systems any more in other than
embedded devices, where chances of being very low in RAM is a very
real possibility. If the maximum number of parallel jobs is too large
there, is is quite possible that we run out of memory on such systems.

Reducing the number of jobs makes such devies much less likely to
exceed their memory capacity.

Signed-off-by: Timo Kokkonen <timo.t.kokkonen@iki.fi>
process.c