improve some defaults to tune performance if you use -heavy_timer, try not using it

This commit is contained in:
Anthony Minessale
2011-03-22 13:27:37 -05:00
parent 3b56c119a7
commit 5d7831348b
4 changed files with 32 additions and 10 deletions

View File

@@ -824,6 +824,8 @@ int main(int argc, char *argv[])
if (high_prio) {
set_high_priority();
} else {
set_normal_priority();
}
switch_core_setrlimits();