Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] EPP Kepler RC3...

Hi,

the 32bit Windows EPP is broken. Eclipse doesn't start at all with
"Failed to create the Java Virtual Machine". The eclipse.ini contains:
-Xms512m
-Xmx2048m

But that is not OK because a 32bit windows app only can have 2GB
total. Changing it to:
-Xms512m
-Xmx1536m
fixes it.

John just pointed out to me, that this is same problem as we had with
SR2. Given that no one has noticed that it seems that no one has done
any testing on Win 32bit.

Roland


On Thu, Jun 6, 2013 at 6:57 AM, Beth Tibbitts <beth@xxxxxxxxxx> wrote:
> Can some of you please give our parallel package a spin and report back?
> Testing from an Android phone in a campground does not work well.
>
> ---------- Forwarded message ----------
> From: "Markus Knauer" <mknauer@xxxxxxxxxxxxxxxxx>
> Date: Jun 6, 2013 6:23 AM
> Subject: [epp-dev] EPP Kepler RC3...
> To: "EPP Developer Mailing List" <epp-dev@xxxxxxxxxxx>
> Cc:
>
> Hi package maintainers,
>
> while the build is still running, I thought it makes sense for you to start
> early with your RC3-testing...
>
> Here's the link to the download URL:
>
>
> http://build.eclipse.org/technology/epp/epp_build/kepler/download/20130606-0936/
>
> p2 repositories used for this build:
>
>
> http://build.eclipse.org/technology/epp/epp_build/kepler/download/20130606-0936/repository/
>   http://download.eclipse.org/releases/staging/
>
> Please test and send your votes soon enough for the release tomorrow /
> Friday.
>
> Thanks,
> Markus
>
> _______________________________________________
> epp-dev mailing list
> epp-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/epp-dev
>



-- 
ORNL/UT Center for Molecular Biophysics cmb.ornl.gov
865-241-1537, ORNL PO BOX 2008 MS6309


Back to the top