diff --git a/Makefile b/Makefile index 8be2dcd99..20d1bc9cd 100755 --- a/Makefile +++ b/Makefile @@ -13,8 +13,8 @@ install: $(PYTHON) scons/scons.py -j$(JOBS) --config=cache --implicit-cache --max-drift=1 install src/json/libmapnik-json.a: - # we first build memory intensive files with -j2 - $(PYTHON) scons/scons.py -j2 \ + # we first build memory intensive files with -j1 + $(PYTHON) scons/scons.py -j1 \ --config=cache --implicit-cache --max-drift=1 \ src/json/libmapnik-json.a \ src/wkt/libmapnik-wkt.a \