summaryrefslogtreecommitdiff
path: root/net/generic-nqs/scripts/create-example-batch-queues
diff options
context:
space:
mode:
Diffstat (limited to 'net/generic-nqs/scripts/create-example-batch-queues')
-rw-r--r--net/generic-nqs/scripts/create-example-batch-queues24
1 files changed, 0 insertions, 24 deletions
diff --git a/net/generic-nqs/scripts/create-example-batch-queues b/net/generic-nqs/scripts/create-example-batch-queues
deleted file mode 100644
index f4c5ebcf2675..000000000000
--- a/net/generic-nqs/scripts/create-example-batch-queues
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/bin/sh
-qmgr <<eof
-#
-create pipe misc-sched run_limit= 40 destination= batch
-enable queue misc-sched
-start queue misc-sched
-#
-create batch_queue batch priority = 10 run_limit = 4 user_limit = 2
-set data_limit = (2gb) batch
-set per_process permfile_limit = (2gb) batch
-set STack_limit = ( 8192kb ) batch
-#
-create batch_queue misc priority = 10 run_limit = 4 user_limit = 1
-set data_limit = (2gb) batch
-set per_process permfile_limit = (50mb) misc
-set STack_limit = ( 8192kb ) misc
-#
-set default batch_request queue batch
-SEt SHell_strategy FIxed = (/bin/csh)
-enable queue batch
-enable queue misc
-start queue batch
-start queue misc
-eof