Skip to content
Snippets Groups Projects
Commit 7ef9f641 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

use Server mode for GC in C# QpsWorker

parent 9243c748
Branches
Tags
No related merge requests found
......@@ -67,5 +67,10 @@
}
}
}
},
"runtimeOptions": {
"configProperties": {
"System.GC.Server": true
}
}
}
......@@ -20,5 +20,10 @@
}
}
}
},
"runtimeOptions": {
"configProperties": {
"System.GC.Server": true
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment