Hi Team,

I am trying to ingest the data into MarkLogic using MLCP. Following are details 
which I am using

I am hitting ContentPump.runCommand from my java code which includes the 
following parameters
-host (HOST_NAME  )
-port (PORT_NUMBER)
-username (USER_NAME)
-password (PASSWORD)
-input_file_path (FILE_PATH)
-input_file_type delimited_text
-delimited_root_name SourceData
-delimiter ,
-output_uri_prefix /content/mlcp/
-output_uri_suffix .xml
-output_collections /content/mlcp/source

The input file which I am giving to MLCP is 4.29GB size and the heap size is 2 
GB, due to which I am getting the following error.

ERROR contentpump.MultithrededMapper: GC overhead limit exceeded
Java.lang.OutOfMemoryError: GC overhead limit exceeded

Please suggest how can I resolve this issue.


Regards,
Rashmi Ranjan Acharya

This e-mail and any files transmitted with it are for the sole use of the 
intended recipient(s) and may contain confidential and privileged information. 
If you are not the intended recipient(s), please reply to the sender and 
destroy all copies of the original message. Any unauthorized review, use, 
disclosure, dissemination, forwarding, printing or copying of this email, 
and/or any action taken in reliance on the contents of this e-mail is strictly 
prohibited and may be unlawful. Where permitted by applicable law, this e-mail 
and other e-mail communications sent to and from Cognizant e-mail addresses may 
be monitored.
_______________________________________________
General mailing list
General@developer.marklogic.com
Manage your subscription at: 
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to