Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EclipseLink/Building/64bit"

m (EclipseLink 64 Bit Development)
m (EclipseLink 64 Bit Development)
Line 2: Line 2:
 
*This page details issues surrounding running EclipseLink in an Eclipse IDE environment on 64 bit OS platforms like Vista 64 or Linux 64.
 
*This page details issues surrounding running EclipseLink in an Eclipse IDE environment on 64 bit OS platforms like Vista 64 or Linux 64.
 
*The following enhancement # [http://bugs.eclipse.org/286004 286004] tracks 64 bit issues and fixes to enable EclipseLink development on 64 bit Vista.
 
*The following enhancement # [http://bugs.eclipse.org/286004 286004] tracks 64 bit issues and fixes to enable EclipseLink development on 64 bit Vista.
==Windows Vista 64 Bit Developement==
+
==Windows Vista 64 Bit Development==
 
*<font color="red">This page in progress as of 11 Aug 2009</font>
 
*<font color="red">This page in progress as of 11 Aug 2009</font>
 
*Get a 64 bit capable CPU (A Pentium IV 630 will do but we will be testing on an Intel Corei7 920)
 
*Get a 64 bit capable CPU (A Pentium IV 630 will do but we will be testing on an Intel Corei7 920)
Line 12: Line 12:
 
*Get [http://download.eclipse.org/eclipse/downloads/drops/R-3.5-200906111540/download.php?dropFile=eclipse-SDK-3.5-win32-x86_64.zip Eclipse 3.5 64 Bit edition]
 
*Get [http://download.eclipse.org/eclipse/downloads/drops/R-3.5-200906111540/download.php?dropFile=eclipse-SDK-3.5-win32-x86_64.zip Eclipse 3.5 64 Bit edition]
 
*Get TortoiseSVN 64 Bit edition
 
*Get TortoiseSVN 64 Bit edition
 +
==Issues==
 +
===282012: Core LRG requires increase to 2048MB heap during final XML processing===
 +
*The following screen capture of the core LRG testing illustrates how the heap dramatically increases during the final step of the ant tests where we create an XML report of the results - this is not related to heap recovery during GC processing.
 +
[[Image:Example.jpg]]
  
 
==References==
 
==References==
 
*[http://download.eclipse.org/eclipse/downloads/drops/R-3.5-200906111540/download.php?dropFile=eclipse-SDK-3.5-win32-x86_64.zip Eclipse 3.5 for Windows 64-bit OS download] - thank you to [http://lingpipe-blog.com/2009/03/05/eclipse-ide-for-64-bit-windows-and-64-bit-java/ LingPipe] for helping find this.
 
*[http://download.eclipse.org/eclipse/downloads/drops/R-3.5-200906111540/download.php?dropFile=eclipse-SDK-3.5-win32-x86_64.zip Eclipse 3.5 for Windows 64-bit OS download] - thank you to [http://lingpipe-blog.com/2009/03/05/eclipse-ide-for-64-bit-windows-and-64-bit-java/ LingPipe] for helping find this.

Revision as of 13:14, 30 September 2009

EclipseLink 64 Bit Development

  • This page details issues surrounding running EclipseLink in an Eclipse IDE environment on 64 bit OS platforms like Vista 64 or Linux 64.
  • The following enhancement # 286004 tracks 64 bit issues and fixes to enable EclipseLink development on 64 bit Vista.

Windows Vista 64 Bit Development

  • This page in progress as of 11 Aug 2009
  • Get a 64 bit capable CPU (A Pentium IV 630 will do but we will be testing on an Intel Corei7 920)
  • Get a lot of memory - like 12GB - (remember in a 64 bit OS - emulated 32 bit memory will be used twice as fast - so 8GB behaves like 4GB - I therefore recommend getting 64 bit versions of all software and
    • 3GB if you are running a database on another machine
    • 6GB if you run a database like Oracle 11 on the same development machine
    • 8GB if you run both the Application Server and database on the same development machine
  • Get SUN 1.6.0 64 Bit JVM
  • Get Eclipse 3.5 64 Bit edition
  • Get TortoiseSVN 64 Bit edition

Issues

282012: Core LRG requires increase to 2048MB heap during final XML processing

  • The following screen capture of the core LRG testing illustrates how the heap dramatically increases during the final step of the ant tests where we create an XML report of the results - this is not related to heap recovery during GC processing.

Example.jpg

References

Back to the top