Supportnet / Forum / WindowsXP
Java VM Speicher zu weisen
Frage
Hallo Leute, ich versuche gerade meine Thunderbird-Mails nach OE zu exportieren, weil ich mit Thunderbird nicht zu frieden bin.
Dazu habe ich mir MBox2EML runtergeladen. Nach einer gewissen Zeit bekomme ich während der Konvertierung die Meldung, ich solle der Java VM mehr Speicher zu weisen.
Wie mache ich das unter WIN XP-SP2! Dankefür Eure Hilfe.
Antwort 1 von Stevie666666
rauf damit
Antwort 2 von mr_x_hacker
Hi,
Quelle: http://people.freenet.de/ukrebs/mbox2eml.html
Du kannst ja mal mit
java -Xmx128m -jar mbox2eml.jar
anfangen, das ist das doppelte der Standardeinstellung der VM...
Ciao Sascha
Zitat:
If you get an error message "Out of Memory" when opening very large mailboxes (>100MB) you need to assign more memory to the Java VM. For this, start Mbox2eml directly from the command prompt with the parameter -Xmx<n>m, where <n> is the amount of memory in megabytes for the VM. For starting the VM with e.g. 256MB RAM, type:
java -Xmx256m -jar mbox2eml.jar
This should be sufficient even for very large mailboxes.
If you get an error message "Out of Memory" when opening very large mailboxes (>100MB) you need to assign more memory to the Java VM. For this, start Mbox2eml directly from the command prompt with the parameter -Xmx<n>m, where <n> is the amount of memory in megabytes for the VM. For starting the VM with e.g. 256MB RAM, type:
java -Xmx256m -jar mbox2eml.jar
This should be sufficient even for very large mailboxes.
Quelle: http://people.freenet.de/ukrebs/mbox2eml.html
Du kannst ja mal mit
java -Xmx128m -jar mbox2eml.jar
anfangen, das ist das doppelte der Standardeinstellung der VM...
Ciao Sascha

