Skip to content

Commit

Permalink
Merge branch 'latest' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
osc-bot committed Dec 8, 2023
2 parents f50c24c + fb79ee4 commit 9c7e935
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 9c7e935

Please sign in to comment.