mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
The name of the fastcgi executable has changed back to pgf-service
This commit is contained in:
@@ -54,7 +54,7 @@ fastcgi.debug = 0
|
||||
fastcgi.server = (".pgf" =>
|
||||
((
|
||||
"socket" => basedir + "/" + var.PID + "-pgf.socket",
|
||||
"bin-path" => basedir + "/dist/build/pgf-fcgi/pgf-fcgi",
|
||||
"bin-path" => basedir + "/dist/build/pgf-service/pgf-service",
|
||||
# Use 2 OS threads (to be able to use 2 cores).
|
||||
# Limit heap size to 512 MB.
|
||||
"bin-environment" => ("GHCRTS" => "-N2 -M512M"),
|
||||
|
||||
Reference in New Issue
Block a user