Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
iPXE out of memory or something?
2012-10-21, 18:40
Post: #2
RE: iPXE out of memory or something?
(2012-10-21 14:38)Torgeir Wrote:  How much memory does iPXE "have"? If I reload to a new php?with variables too many times, iPXE crash.

Use the (as yet undocumented) "--replace" option to the "chain" command. This causes iPXE to do the equivalent of exec() on the new script, i.e. the new script completely replaces the calling script rather than being nested within it.

You may also be interested in the "--autofree" option, which will cause a script to be "imgfree"d automatically after it completes executing.

For example:

Code:
chain -ar http://my.web.server/replacement_script.ipxe

Michael
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: iPXE out of memory or something? - mcb30 - 2012-10-21 18:40



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