Update gf-server instructions and configuration.

This commit is contained in:
bjorn
2008-10-20 12:56:08 +00:00
parent cec2b61af0
commit 9b8f50534c
5 changed files with 33 additions and 26 deletions

View File

@@ -43,8 +43,9 @@ fastcgi.server = ( "/pgf" =>
((
"socket" => "/tmp/lighttpd-pgf.socket",
"bin-path" => basedir + "/pgf.fcgi",
"bin-environment" => ("GHCRTS" => "-N2",
"PGF_FILE" => "grammar.pgf"),
# Use 2 OS threads (to be able to use 2 cores).
# Limit heap size to 512 MB.
"bin-environment" => ("GHCRTS" => "-N2 -M512M"),
"min-procs" => 1,
"max-procs" => 1,
"broken-scriptfilename" => "disable",