How to allocate enough RAM for PTEditor
m |
|||
| Line 1: | Line 1: | ||
| − | + | Because I only have a german version of Windows, I use german terms and screenshots to describe the actions. | |
| − | + | The english translations can be found between the brackets (). | |
| − | Because I only have a german version of Windows, I use german terms to describe. | + | |
| − | + | ||
| − | + | ||
| − | + | ||
Go to: | Go to: | ||
Start / Einstellungen / Systemsteuerung / Ordneroptionen | Start / Einstellungen / Systemsteuerung / Ordneroptionen | ||
| − | (Start / | + | (Start / Control panel / Folder options) |
| − | Choose the tab "Dateitypen" and push key '''''j''''' | + | Choose the tab "Dateitypen" (File types) and push key '''''j''''' |
| Line 20: | Line 16: | ||
When '''''JAR Executable Jar File''''' is blue highlighted, go to the bottom | When '''''JAR Executable Jar File''''' is blue highlighted, go to the bottom | ||
| − | of this window and push the button '''''Erweitert''''' ( | + | of this window and push the button '''''Erweitert''''' (Advanced) |
| Line 29: | Line 25: | ||
| − | When '''''open''''' is blue highlighted, push '''''Bearbeiten''''' ( | + | When '''''open''''' is blue highlighted, push '''''Bearbeiten''''' (Edit) |
| Line 37: | Line 33: | ||
| − | + | Under '''''Anwendung f�r diesen Vorgang''''' (Application used to perform action) you'll find a line similar like this: | |
| − | Under '''''Anwendung f�r diesen Vorgang''''' ( | + | |
'''''"C:\Programme\Java\j2re1.4.2_03\bin\javaw.exe" -Xmx512m -jar "%1" %*''''' | '''''"C:\Programme\Java\j2re1.4.2_03\bin\javaw.exe" -Xmx512m -jar "%1" %*''''' | ||
| + | (In english versions: '''''"C:\Program Files\Java\j2re1.4.2_03\bin\javaw.exe" -Xmx512m -jar "%1" %*''''' | ||
| − | In this example, I give PTEditor 512 | + | In this example, I give PTEditor 512 MB RAM to use. I did that by putting in the '''''-Xmx512m''''' part. You can of course change '''''512''''' if you want to reserve a different amount of RAM. |
| − | + | ||
| − | + | If your line does not resemble the line above, you probably have not installed the [http://java.com/en/download/manual.jsp Java runtime Environment] | |
| + | Click '''''OK''''' twice. | ||
That's it! | That's it! | ||
Revision as of 01:22, 13 January 2005
Because I only have a german version of Windows, I use german terms and screenshots to describe the actions. The english translations can be found between the brackets ().
Go to: Start / Einstellungen / Systemsteuerung / Ordneroptionen (Start / Control panel / Folder options)
Choose the tab "Dateitypen" (File types) and push key j
This should then look like this:
When JAR Executable Jar File is blue highlighted, go to the bottom of this window and push the button Erweitert (Advanced)
The opening window here:
When open is blue highlighted, push Bearbeiten (Edit)
The new window:
Under Anwendung f�r diesen Vorgang (Application used to perform action) you'll find a line similar like this:
"C:\Programme\Java\j2re1.4.2_03\bin\javaw.exe" -Xmx512m -jar "%1" %* (In english versions: "C:\Program Files\Java\j2re1.4.2_03\bin\javaw.exe" -Xmx512m -jar "%1" %*
In this example, I give PTEditor 512 MB RAM to use. I did that by putting in the -Xmx512m part. You can of course change 512 if you want to reserve a different amount of RAM.
If your line does not resemble the line above, you probably have not installed the Java runtime Environment
Click OK twice.
That's it!


