Skip to content

Commit af92a8f

Browse files
TippyFlitsUKjennijuju
authored andcommitted
GITBOOK-10: No subject
1 parent e11c47b commit af92a8f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

storage-providers/pdp/install-and-run-yugabytedb.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@ This ensures the increased limits are automatically applied to future sessions.
2323

2424
#### **Apply limit immediately (for current shell only)**
2525

26-
<pre class="language-sh"><code class="lang-sh">ulimit -n 1048576
27-
<strong># Verify:
28-
</strong>ulimit -n
29-
</code></pre>
26+
```sh
27+
ulimit -n 1048576
28+
# Verify:
29+
ulimit -n
30+
```
3031

3132
{% hint style="success" %}
3233
This should output `1048576`.

0 commit comments

Comments
 (0)