Menu

#54 Hanging on large files (9 GBytes and up)  Edit

None
closed
Matthias
None
3
2018-02-18
2017-07-19
Anonymous
No

Trying to download a 9 GByte anime package. Using version 1.4.7. Windows 10, build #1511. 64-bit java. Running the JAR version. cCommand to start HelloNZB is:

echo ON
start /B JAVA -Xms64M -Xmx4096M -Xss12M -Xshare:off -XshowSettings -Xdiag -Xincgc -jar C:\play\HelloMZB\HelloNZB.JAR >> log.txt
pause

Tail of logfile attached. Scteen shot attached. NZB source file attached.

4 Attachments

Discussion

  • Anonymous

    Anonymous - 2017-07-19
    • Attachments has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1,2 @@
    +HelloNZB_hang_display.JPG (71.8 kB; image/jpeg)
     [NoobSubs] Monogatari Series (1080p Blu-ray 8bit AAC MP4).nzb.gz (365.4 kB; application/x-gzip)
    
    • Group: -->
     
  • Anonymous

    Anonymous - 2017-07-19
    • Attachments has changed:

    Diff:

    --- old
    +++ new
    @@ -1,2 +1,3 @@
     HelloNZB_hang_display.JPG (71.8 kB; image/jpeg)
     [NoobSubs] Monogatari Series (1080p Blu-ray 8bit AAC MP4).nzb.gz (365.4 kB; application/x-gzip)
    +truncated_logfile.txt (41.8 kB; text/plain)
    
     
  • Anonymous

    Anonymous - 2017-07-19
    • Attachments has changed:

    Diff:

    --- old
    +++ new
    @@ -1,3 +1,4 @@
     HelloNZB_hang_display.JPG (71.8 kB; image/jpeg)
     [NoobSubs] Monogatari Series (1080p Blu-ray 8bit AAC MP4).nzb.gz (365.4 kB; application/x-gzip)
    +command_window_cap.JPG (169.6 kB; image/jpeg)
     truncated_logfile.txt (41.8 kB; text/plain)
    
     
  • Anonymous

    Anonymous - 2017-07-19

    Command window for batch file shows out-of-menory execution error. Cannot cut and paste the text...sending image. Apologies.

     
  • Matthias

    Matthias - 2017-07-19

    You are starting Java with a max. heap memory of of 4gb ("-Xmx4096M" parameter on command line). But one single file you want to download has 9gb. That cannot work. You either need to run Java with more than 9gb heap memory, of find a way to split the data you want to download into multiple files, not just one large single file.

     
  • Anonymous

    Anonymous - 2017-07-19

    Ah. You got me. I didn't even think of max heap size. I will attempt again with 16 GBytes. System contains 48 GBytes total. So 16 GBytes should be workable. Thank you very much for kind reply.

     
  • Matthias

    Matthias - 2017-07-19

    You're welcome, I hope it works out for you!

     
  • Anonymous

    Anonymous - 2018-02-16

    Hello again. Yes. It worked great. Sorry I did not update this whine until now. Increase in heap solved it. Thanks again.

     
  • Matthias

    Matthias - 2018-02-18
    • status: open --> closed
    • assigned_to: Matthias
     
  • Matthias

    Matthias - 2018-02-18

    Fixed.

     

Anonymous
Anonymous

Add attachments
Cancel