idea page

This commit is contained in:
aarne
2009-03-11 16:54:16 +00:00
parent af1fc9306a
commit a175874e2c
6 changed files with 508 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ fastcgi.debug = 0
fastcgi.server = ( ".pgf" =>
((
"socket" => basedir + "/" + var.PID + "-pgf.socket",
"bin-path" => basedir + "/pgf.fcgi",
"bin-path" => basedir + "/dist/build/pgf-server/pgf-server",
# Use 2 OS threads (to be able to use 2 cores).
# Limit heap size to 512 MB.
"bin-environment" => ("GHCRTS" => "-N2 -M512M"),