Bugs item #3518559, was opened at 2012-04-16 13:46
Message generated for change (Comment added) made by pegacat
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=480577&aid=3518559&group_id=55394

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
>Resolution: Wont Fix
Priority: 5
Private: No
Submitted By: Jason (jjaaason)
Assigned to: Christopher Betts (pegacat)
Summary: GC overhead limit exceeded when importing large LDIF file

Initial Comment:
When trying to import a large LDIF file ( ~36000 entries, ~43 Mio), the program 
goes very slowly and get stuck.

On Ubuntu (Linux 2.6.38-13) with Java 1.6.0

----------------------------------------------------------------------

>Comment By: Christopher Betts (pegacat)
Date: 2012-06-17 20:44

Message:
This should be fixeable by increasing the amount of memory given to java
(e.g. via the -Xmx option).  As JX keeps ldif files memory resident, this
is an intrinsic limitation.  Supporting some sort of page-to-disk system
would, I think, rapidly end up in trying to implement a file based
mini-directory, so I can't see changing this in a hurry...

----------------------------------------------------------------------

Comment By: Christopher Betts (pegacat)
Date: 2012-04-16 17:26

Message:
LDIF files are held in memory, so if there's not enough memory JX will fail
on a large LDIF.  You can try increasing the memory with: -Xmx to resolve
this problem?

Are you doing off-line viewing or import - an import shouldn't be memory
limited...

Also - consider using jxplorer-users mailing list for support - this
sourceforge bug tracker isn't always monitored.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=480577&aid=3518559&group_id=55394

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Jxplorer-devel mailing list
Jxplorer-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jxplorer-devel

Reply via email to