LSF Version 7.3 - Platform LSF Configuration Reference
Example
The following configuration defines a queue with a memory limit of 5000 KB:
Begin Queue
QUEUE_NAME = default
DESCRIPTION = Queue with memory limit of 5000 kbytes
MEMLIMIT = 5000
End Queue
Default
Unlimited
MIG
Syntax
MIG=minutes
Description
Enables automatic job migration and specifies the migration threshold for checkpointable or
rerunnable jobs, in minutes.
LSF automatically migrates jobs that have been in the SSUSP state for more than the specified
number of minutes. Specify a value of 0 to migrate jobs immediately upon suspension. The
migration threshold applies to all jobs running on the host.
Job-level command line migration threshold overrides threshold configuration in application
profile and queue. Application profile configuration overrides queue level configuration.
When a host migration threshold is specified, and is lower than the value for the job, the queue,
or the application, the host value is used..
Members of a chunk job can be migrated. Chunk jobs in WAIT state are removed from the
job chunk and put into PEND state.
Does not affect MultiCluster jobs that are forwarded to a remote cluster.
Default
Not defined. LSF does not migrate checkpointable or rerunnable jobs automatically.
NEW_JOB_SCHED_DELAY
Syntax
NEW_JOB_SCHED_DELAY=seconds
Description
The number of seconds that a new job waits, before being scheduled. A value of zero (0) means
the job is scheduled without any delay.
Default
2 seconds
lsb.queues
304 Platform LSF Configuration Reference