projects
/
matthijs
/
master-project
/
report.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
348ef2a
)
Run texexec under nice.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Wed, 23 Sep 2009 13:21:34 +0000
(15:21 +0200)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Wed, 23 Sep 2009 13:21:34 +0000
(15:21 +0200)
Previously, luatex had the habit of choking up all memory and making the
system (temporarily) non-responsive. Perhaps this helps.
SConstruct
patch
|
blob
|
history
diff --git
a/SConstruct
b/SConstruct
index 3edfb1d1629e7182ef8772da5a535ed58e837235..fccd78ace7fbb18d69d4691f7a69148b41c24967 100644
(file)
--- 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})