Explorar o código

Merge pull request #5458 from richardkchapman/roxie-threadpriorities

HPCC-9551 Allow Roxie to set thread priorities

Reviewed-by: Gavin Halliday <ghalliday@hpccsystems.com>
Gavin Halliday %!s(int64=11) %!d(string=hai) anos
pai
achega
fc104a1990
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      initfiles/bin/init_roxie

+ 1 - 0
initfiles/bin/init_roxie

@@ -42,6 +42,7 @@ export restarts=0
 
 
 ulimit -c unlimited
 ulimit -c unlimited
 ulimit -n $NUM_ROXIE_HANDLES
 ulimit -n $NUM_ROXIE_HANDLES
+ulimit -r 4
 
 
 killed() {
 killed() {
     if [ -n "$1" ]; then
     if [ -n "$1" ]; then