[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
RE: [wtp-releng] Perf tests on M5 and later
|
- From: "Raev, Kaloyan" <kaloyan.raev@xxxxxxx>
- Date: Tue, 15 Apr 2008 20:10:31 +0200
- Delivered-to: wtp-releng@eclipse.org
- Thread-index: AcibGe2OYo+OIC1kS5WSBRNtKjlj/AECSS/w
- Thread-topic: [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:
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
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.