Skip to content

Commit

Permalink
add an advanced settings section for lsf (#901)
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom authored Dec 8, 2023
1 parent c889f85 commit fb79ee4
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions source/installation/resource-manager/lsf.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,30 @@ cluster
- `bstop`
- `bresume`
- `bkill`

Advanced LSF settings
---------------------


Performance Settings
********************

Given these settings in ``lsf.conf``:

.. code-block:: shell
LSB_QUERY_PORT=688X
LSB_QUERY_ENH=y
It's recommented that you set ``LSB_MBD_PORT`` to the same value
as ``LSB_QUERY_PORT``

It has also been observed that setting these values in ``lsb.params``
helps with the performance of the cluster and in turn Open OnDemand's
usage.

.. code-block:: shell
JOB_INFO_MEMORY_CACHE_SIZE=2048
MBD_REFRESH_TIME=5
NEWJOB_REFRESH=Y

0 comments on commit fb79ee4

Please sign in to comment.