idea page

This commit is contained in:
aarne
2009-03-11 16:54:16 +00:00
parent 04b176fe37
commit 8c2a476a10
8 changed files with 510 additions and 4 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"),