[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [eclipselink-users] memory usage
|
- From: Tim Hollosy <hollosyt@xxxxxxxxx>
- Date: Mon, 19 Oct 2009 17:52:33 -0400
- Delivered-to: eclipselink-users@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=+AwCnhjAEMamgUym6NEcsrTgyc+Nsv7Tgxmy5x3MFgM=; b=kDBDH5M1Zmr6Y2tlUULeT7jjvuEYcXrppsweIRtYmppQ8pm/0lcfcevFUZ+jN7YEWt H7xsaM/1TWxhHMg/RakMdrrAihjP/NZp4mTYvtzf6eoV0ewTA6DOqF2PL6DuYUHzVF2i ND3bYdnYCMw5Z0eLtRVQ/gGFD40lTULteK7gw=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=pJ0BC0aV9+N3Cjq7kTbT2/XZrLU7Axi0FeIVHkXV9GcI3i5mcVg6bZYXr2uta4+u1/ IK7IvLqTFa5AsEWzxfSYeZwAYC6AxzJM/d6tl/JlwCucc6PhINxhw0T4UIbR4EB8hBeB 68is3ID885WGoMg3l89m98afBZiv9V4Hiwzw0=
I don't have a good answer, I'm just curious as to why in the world
you'd want to use JPA for this sort of job?
./tch
On Mon, Oct 19, 2009 at 5:51 PM, David Parker <dap@xxxxxxxxxxxxxxxxxxxx> wrote:
> I am running a long data import that uses eclipselink 1.1.2 for persistence.
> I see memory increasing slowly but surely as it goes along. The YourKit
> profiler does not identify anything as a link, but I do seem to have an
> increasing "retained size" for
>
> org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork [Stack
> Local]
>
> I see there is a clear method on TransactionWrapperImpl, but that does not
> seem to be in the JPA EntityTransaction API.
>
> Is there a best practice for long running data imports? Should I be clearing
> something?
>
> Thanks.
>
>
> =============================================
> David Parker
> dap@xxxxxxxxxxxxxxxxxxxx
>
>
>
>
> _______________________________________________
> eclipselink-users mailing list
> eclipselink-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/eclipselink-users
>