forked from GitHub/gf-core
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" =>
|
fastcgi.server = (".pgf" =>
|
||||||
((
|
((
|
||||||
"socket" => basedir + "/" + var.PID + "-pgf.socket",
|
"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).
|
# Use 2 OS threads (to be able to use 2 cores).
|
||||||
# Limit heap size to 512 MB.
|
# Limit heap size to 512 MB.
|
||||||
"bin-environment" => ("GHCRTS" => "-N2 -M512M"),
|
"bin-environment" => ("GHCRTS" => "-N2 -M512M"),
|
||||||
|
|||||||
Reference in New Issue
Block a user