Skip to content

Commit 7efa5a1

Browse files
authored
Update recommended resource allocation.
The latest puppet agent rpm has grown in size. The recommended disk and memory allocation for `guestshell` installs has been increased as a result.
1 parent 678476d commit 7efa5a1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/README-agent-install.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ The `guestshell` container environment is enabled by default on most platforms;
133133

134134
Resource| Recommended|
135135
:--|:--:|
136-
Disk | **400 MB** |
137-
Memory | **300 MB** |
136+
Disk | **450 MB** |
137+
Memory | **350 MB** |
138138

139139
<p>
140140
`show guestshell detail` displays the current resource limits:
@@ -153,11 +153,11 @@ Virtual service guestshell+ detail
153153
<p>
154154
`guestshell resize rootfs` sets disk size limits while `guestshell resize memory` sets memory limits. The resize commands do not take effect until after the guestshell container is (re)started by `guestshell reboot` or `guestshell enable`.
155155

156-
**Example.** Allocate resources for guestshell by setting new limits to 400MB disk and 300MB memory.
156+
**Example.** Allocate resources for guestshell by setting new limits to 450MB disk and 350MB memory.
157157

158158
~~~
159-
n3k# guestshell resize rootfs 400
160-
n3k# guestshell resize memory 300
159+
n3k# guestshell resize rootfs 450
160+
n3k# guestshell resize memory 350
161161
162162
n3k# guestshell reboot
163163
Are you sure you want to reboot the guest shell? (y/n) [n] y

0 commit comments

Comments
 (0)