From 455c7501c167577b1edc2887689c458a3f18bdc7 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Wed, 23 Sep 2009 15:21:34 +0200 Subject: [PATCH] Run texexec under nice. Previously, luatex had the habit of choking up all memory and making the system (temporarily) non-responsive. Perhaps this helps. --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 3edfb1d..fccd78a 100644 --- a/SConstruct +++ b/SConstruct @@ -13,7 +13,7 @@ DEFAULT_TARGET = 'Report.pdf' env = Environment() ## Context MkIV Builder: -contextBuilder = Builder(action='texexec --lua $SOURCE', +contextBuilder = Builder(action='nice texexec --lua $SOURCE', suffix='.pdf', src_suffix='.tex') env.Append(BUILDERS={'Context': contextBuilder}) -- 2.30.2