You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
instance {
|
|
user "www-data";
|
|
max-open-files 16384;
|
|
|
|
copy-env ( "PATH" );
|
|
|
|
# env ( "G_SLICE=always-malloc", "G_DEBUG=gc-friendly" );
|
|
# wrapper ("/usr/bin/valgrind", "--leak-check=full", "--show-reachable=yes", "--leak-resolution=high" );
|
|
}
|