- This topic has 5 replies, 2 voices, and was last updated 17 years, 8 months ago by Riyad Kalla.
-
AuthorPosts
-
BestEclipseMemberHi,
is there a way to speed-up the JSP semantics validator (JSF). If a change a single line of code into a JSP page it takes up to 50 seconds or longer to validate it (please see: http://www.javalobby.org/java/forums/m91827503 ). If you validate a larger project with hundreds of views it’s nearly impossible to you use your validator 🙁
Regards,
-BernhardWindows XP
MyEclipse 5.1.0
Eclipse 3.2.1
Intel 1,6 GHz
Riyad KallaMemberBernhard,
Can you post the information from MyEclipse > Installation Summary > Installation Details here for me?Also any command line arguments you are using in the shortcut you use to start MyEclipse.
BestEclipseMemberRiyad,
I do not use command line arguments, batches or shortcuts. Here are the installation details:
*** Date:
Mittwoch, 7. März 2007 10.16 Uhr CET** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.5.0_09*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 5.1.0 GA
Build id: 20061111-5.1.0-GA*** Eclipse details:
Eclipse SDKVersion: 3.2.0
Build id: M20060629-1905Eclipse Platform
Version: 3.2.0.v20060609m-AgOexn6hlEUsvBO
Build id: M20060629-1905Eclipse RCP
Version: 3.2.0.v20060609m-SVDNgVrNoh-MeGG
Build id: M20060629-1905Eclipse Java Development Tools
Version: 3.2.0.v20060609m-F7snq1fxia-Z4XP
Build id: M20060629-1905Eclipse Plug-in Development Environment
Version: 3.2.0.v20060609m——6zXJJzJzJq
Build id: M20060629-1905Eclipse Project SDK
Version: 3.2.0.v20060609m-GNq6oQq-7es-Y81
Build id: M20060629-1905Eclipse Graphical Editing Framework
Version: 3.2.1.v20060921
Build id: 20060921-1617Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-launcher
C:\Program Files\Eclipse\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
98_78
-vm
C:\Program Files\Eclipse\jre\bin\javaw.exe-Bernhard
Riyad KallaMemberBernard, if you look in your C:\Program Files\Eclipse\ directory, and open the eclipse.ini file, can you paste the contents here for me?
BestEclipseMemberRiyad,
yes, here’s my eclipse.ini:
-vmargs
-Xms80M
-Xmx1024M
-XX:MaxPermSize=128M
Riyad KallaMemberBernhard,
These settings all look good. The only thing I would warn you about is if you only have 1GB of physical ram, setting your heap size so big (1GB + 128 perm gen space) is going to cause a lot of swapping out and disk thrashing which WILL kill performance of all your applications. I would almost suggest you set the MX back to 512, and bump the MS (minimum) up to 128 or 256. -
AuthorPosts