mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
Update gf-server instructions and configuration.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user