#1
|
|||
|
|||
HTTP step failing with "Out of memory"
For some reason an HTTP step (doing a secure GET to a file) in our build has started failing every night with:
Code:
Error getting file: Out of memory (OK) Any suggestions? It's been fine for weeks and now fails every time. Is there any way to get more verbose logging? |
#2
|
|||
|
|||
Oh, and as an addendum; rebuilding the step (Ctrl+F7 or right click Rebuild) after it has failed then works fine and the build can be continued with F7.
Very strange... |
#3
|
|||
|
|||
Set Logging on the Command tab to All+Hex dump.
http://www.kinook.com/Forum/showthre...&threadid=3044 |
#4
|
|||
|
|||
Thanks - and I'd even previously set the "Logging" option to Progress - that'll teach me to examine the dialog box more closely!
Anyway, it is now failing every time (even when run directly with Rebuild Step) with the error: "bad allocation" I think it must be machine specific, since it's OK on my own dev machine, but not on the build machine. Any suggestions on what that might be? |
#5
|
|||
|
|||
Maybe try uninstalling and re-downloading/reinstalling, or repaving the box.
|
|
|