Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Using sanboot --no-describe to boot iso image is extremely slow compare to memdisk
2013-10-23, 10:44
Post: #4
RE: Using sanboot --no-describe to boot iso image is extremely slow compare to memdisk
sanboot reads block by block, as they are requested, which is why you see multiple requests for 63488 bytes. memdisk downloads the entire ISO image into memory in one go. Obviously the memdisk option is faster if you require the entire image to be loaded, not just parts of it. The memdisk option uses more total memory (twice as much, if I recall), which might be an issue depending on the hardware you're dealing with (how much memory it has installed).

Glad you figured it out.
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Using sanboot --no-describe to boot iso image is extremely slow compare to memdisk - robinsmidsrod - 2013-10-23 10:44



User(s) browsing this thread: 1 Guest(s)