Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions presto-docs/src/main/sphinx/installation/deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ Linux Operating System

* 64-bit required
* newer release preferred, especially when running on containers
* adequate ulimits for the user that runs the Presto process. These limits
may depend on the specific Linux distribution you are using. The number
of open file descriptors needed for a particular Presto instance scales
as roughly the number of machines in the cluster, times some factor
depending on the workload. We recommend the following limits, which can
typically be set in ``/etc/security/limits.conf``:

.. code-block:: none
Comment thread
m57lyra marked this conversation as resolved.
Outdated

presto soft nofile 131072
Comment thread
m57lyra marked this conversation as resolved.
Outdated
presto hard nofile 131072

.. _requirements-java:

Expand Down