We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2f103f commit c39547dCopy full SHA for c39547d
storage-providers/pdp/install-and-run-yugabytedb.md
@@ -23,10 +23,11 @@ This ensures the increased limits are automatically applied to future sessions.
23
24
#### **Apply limit immediately (for current shell only)**
25
26
-<pre class="language-sh"><code class="lang-sh">ulimit -n 1048576
27
-<strong># Verify:
28
-</strong>ulimit -n
29
-</code></pre>
+```sh
+ulimit -n 1048576
+# Verify:
+ulimit -n
30
+```
31
32
{% hint style="success" %}
33
This should output `1048576`.
0 commit comments