Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [wtp-releng] Perf tests on M5 and later


The wsdl & xsd failures are due to the tests calling old code.  I've opened the following bugs to track the issue:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=227626
https://bugs.eclipse.org/bugs/show_bug.cgi?id=227625


______________________________
Amy Wu
905.413.2522, T/L 313-2522
wuamy@xxxxxxxxxx



"Raev, Kaloyan" <kaloyan.raev@xxxxxxx>
Sent by: wtp-releng-bounces@xxxxxxxxxxx

04/15/2008 02:10 PM

Please respond to
Webtools releng discussion list <wtp-releng@xxxxxxxxxxx>

To
"Webtools releng discussion list" <wtp-releng@xxxxxxxxxxx>
cc
Subject
RE: [wtp-releng] Perf tests on M5 and later





I have found the memory settings buried in library.xml of the org.eclipse.test plugin. I have set them to "-Xms512M -Xmx512M -XX:MaxPermSize=256m"
 
Now, I have quite a successful run on M5:
http://download.eclipse.org/webtools/downloads/drops/R3.0/S-3.0M5-20080218021547/perfresults/graph/performance.php
 
There still some errors and failures in some test suites:
  - wsdl
  - ws
  - xsd
 
I am not sure if these are real problem caught or there is still something wrong with the perf tests setup. Again, it will be very helpful if anyone can give a hint.
 
Greetings,
Kaloyan


From: wtp-releng-bounces@xxxxxxxxxxx [mailto:wtp-releng-bounces@xxxxxxxxxxx] On Behalf Of David M Williams
Sent:
Thursday, April 10, 2008 5:47 PM
To:
Webtools releng discussion list
Subject:
RE: [wtp-releng] Perf tests on M5 and later



FYI, the eclipse.ini for the JEE Developer all-in-one from EPP project sets max heap higher ... in recognition that at least 512 is required.
-Xmx512m


And, you're right ... the arguments are not passed automatically to the ant invocation of java, but must be set or passed explicitly ... they may already be set higher, not sure.

_______________________________________________
wtp-releng mailing list
wtp-releng@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-releng


Back to the top