Sorry about that, I was also the road when I posted that reply from my phone without access to a PC to check.
Memory usage
Here’s my latest try…
@echo off
set CLASSPATH=
java -Xms150m Xmx2400m -XX:MaxPermSize=600m -jar lib\jaikoz.jar -l2 -m2 -f
And the result… And one more issue. Jaikoz is not recognizing 64-bit Java. It tells me I have no Java, and offers to take me to the Java website to install it.
I am praying that this resolves the problem… But I put a hyphen before “Xmx2400m” and the program runs.
Ah yes the hyphen is required as well.
Loading has seemingly stopped at this…
How many could you do before changing memory setting ?
I’m suprised its just hanging rather than giving an error message which is what should happen if it has run out of heap memory, can you cancel the task ?
Could you change the debugging levels for jaikoz.bat by modifying
to
and run again, would be interesting to see if it hangs at about the same location indicating a problem with a specific song, and then send me your support file using Advanced/Create Support Files.
I’ll make that change and let you know. It got to 29K songs before, so this is significantly better. I was able to cancel out, but could do nothing with the files that had been loaded. My entire machine was slowed down. I exited the command window, and my machine was responsive once again.
I increased the debugging level to -m3, as you suggested, but it turns out I didn’t need it. I also incresed the other parametersto allocate 4 GB of ram and this time it worked! Thanks for all your help.