Skip to content

Commit 2687f68

Browse files
indentation correction
1 parent 4cf19d1 commit 2687f68

File tree

1 file changed

+15
-15
lines changed
  • source/installguide/hypervisor

1 file changed

+15
-15
lines changed

source/installguide/hypervisor/kvm.rst

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -321,33 +321,33 @@ Limit Resources For the Agent Service
321321
322322
#. You can set the following resource controls in the cloudstack-agent service:
323323

324-
- Limit the number of file descriptors
324+
- Limit the number of file descriptors
325325

326-
Default configuration is usually higher, set to lower number explicitly when required. It is observed
327-
that the average FDs for a host with 40 VMs was 380, we can reserve +20% based on the requirement.
326+
Default configuration is usually higher, set to lower number explicitly when required. It is observed
327+
that the average FDs for a host with 40 VMs was 380, we can reserve +20% based on the requirement. Example
328+
shown below.
328329

329-
Example:
330-
.. code:: bash
330+
.. code:: bash
331331
332-
LimitNOFILE=1500
332+
LimitNOFILE=1500
333333
334-
- Limit the memory usage
334+
- Limit the memory usage
335335

336-
You can limit the memory usage. For example, set to 2500MB (2500 * 1024 * 1024 bytes) as shown below.
336+
You can limit the memory usage. For example, set to 2500MB (2500 * 1024 * 1024 bytes) as shown below.
337337

338-
.. code:: bash
338+
.. code:: bash
339339
340-
MemoryMax=2500M
340+
MemoryMax=2500M
341341
342-
- Limit the CPU quota
342+
- Limit the CPU quota
343343

344-
You can control the CPU allocation. For example,set to allow 2 full cores worth of CPU time as shown below.
344+
You can control the CPU allocation. For example,set to allow 2 full cores worth of CPU time as shown below.
345345

346-
.. code:: bash
346+
.. code:: bash
347347
348-
CPUQuota=200%
348+
CPUQuota=200%
349349
350-
#. Reload and restart the cloudstack-agent service after changing any of the controls:
350+
#. Reload and restart the cloudstack-agent service after changing any of the resource controls:
351351

352352
.. code:: bash
353353

0 commit comments

Comments
 (0)