From 18c72ec4eb9f53935a1a1d7145b919f8a8c8684e Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Tue, 2 Aug 2011 14:31:37 -0400 Subject: Introduce URWEB_STACK_SIZE environment variable (based on a patch by Hao Deng) --- doc/manual.tex | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc') diff --git a/doc/manual.tex b/doc/manual.tex index 8573c1c1..6691876d 100644 --- a/doc/manual.tex +++ b/doc/manual.tex @@ -321,6 +321,15 @@ These input files follow normal Ur syntax, with a few exceptions: A word of warning: as for demo generation, tutorial generation calls Emacs to syntax-highlight Ur code. +\subsection{Run-Time Options} + +Compiled applications consult a few environment variables to modify their behavior: + +\begin{itemize} + \item \cd{URWEB\_NUM\_THREADS}: alternative to the \cd{-t} command-line argument (currently used only by FastCGI) + \item \cd{URWEB\_STACK\_SIZE}: size of per-thread stacks, in bytes +\end{itemize} + \section{Ur Syntax} -- cgit v1.2.3