Reporter |
![]() |
---|---|
Created | May 30, 2013 8:51:42 PM |
Updated | Jul 29, 2013 7:19:24 PM |
Resolved | Jun 5, 2013 1:57:10 PM |
Priority | Normal |
Type | Task |
State | Verified |
Assignee | i.kate (i.kate) |
Subsystem | Documentation |
Fix versions | 5.0 |
Fixed in builds | No Fixed in build |
Affected versions | No Affected versions |
Browser | Any Browser |
OS | Any OS |
Verified in build | 7226 |
Verified by | Sergey Kesarev (derketzer) |
Reviewed by | No reviewed by |
Severity | Routine |
You are doing it at your own risk.
Don't forget do make backUp of your YouTrack installation folder and DB
Main idea is to replace 32-bit Tomcat libs and 32-bit JRE with 64-bit analogues
After that we can provide more memory for YouTrack (32-bit java allows not more than 1,5GB ).
Don't forget do make backUp of your YouTrack installation folder and DB
Main idea is to replace 32-bit Tomcat libs and 32-bit JRE with 64-bit analogues
- Stop YouTrack
- Download latest 64-bit JRE of java 6 SE here, for example
- Install downloaded jre
- Download latest 64-bit Tomcat .zip archive here, for example. Unzip it.
- Delete all content of <Youtrack installation directory>/jre. Copy into that directory content of your installed JRE on step 3 (path like c:\Program Files\Java\jre6)
- From Unziped Tomcat folder (like "apache-tomcat-6.0.37"):
- copy apache-tomcat-6.0.37/bin into <YouTrack installation foledr>/bin (replace target files)
- copy apache-tomcat-6.0.37/libs into <YouTrack installation foledr>/libs (replace target files)
- copy apache-tomcat-6.0.37/bin into <YouTrack installation foledr>/bin (replace target files)
- Start YouTrack
After that we can provide more memory for YouTrack (32-bit java allows not more than 1,5GB ).