Skip to content
Snippets Groups Projects
Commit 297cea0d authored by Mike Hibler's avatar Mike Hibler
Browse files

Warn about imageunzip running out of memory.

parent bcc9b295
No related branches found
No related tags found
No related merge requests found
......@@ -56,6 +56,13 @@ We will assume the machine is called "pc1" in the following directions.
(or use "/dev/da0" for SCSI). Image loading should take anywhere from
45 seconds, to several minutes.
If the ssh returns with "Killed" then imageunzip ran out of memory.
By default, imageunzip will consume memory without bound for buffering
of pending disk writes. In this case, retry the imageunzip with
"-W <num-MB>" where <num-MB> is a number of MB maximum to use for
disk buffering. If the node you are loading has 512MB of memory, try
a number like 300.
Now you can begin customizing the FreeBSD and Linux partitions.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment