Re: Delta import throws java heap space exception

2014-03-13 Thread Richard Marquina Lopez
Hi Furkan, sure, this is my data-config.xml: ... ... ... Currently I have 2.1 Million of activities. Thanks a lot, Richard 2014-03-12 19:16 GMT-04:00 Furkan KAMACI : > Hi; > > Could you send your data-config.xml? > > Tha

Re: Delta import throws java heap space exception

2014-03-12 Thread Furkan KAMACI
Hi; Could you send your data-config.xml? Thanks; Furkan KAMACI 2014-03-13 1:01 GMT+02:00 Richard Marquina Lopez : > Hi Ahmet, > > Thank you for your response, currently I have the next configuration for > JVM: > -XX:+PrintGCDetails-XX:-UseParallelGC-XX:SurvivorRatio=8-XX:NewRatio=2 > -XX:+Heap

Re: Delta import throws java heap space exception

2014-03-12 Thread Richard Marquina Lopez
Hi Ahmet, Thank you for your response, currently I have the next configuration for JVM: -XX:+PrintGCDetails-XX:-UseParallelGC-XX:SurvivorRatio=8-XX:NewRatio=2 -XX:+HeapDumpOnOutOfMemoryError-XX:PermSize=128m-XX:MaxPermSize=256m -Xms1024m-Xmx2048m I have 3.67 GB of physical RAM and 2GB is asigned t

Re: Delta import throws java heap space exception

2014-03-12 Thread Ahmet Arslan
Hi Richard, How much ram do you assign to java heap? Try increasing it to 1 gb for example. Please see : https://wiki.apache.org/solr/ShawnHeisey Ahmet  On Wednesday, March 12, 2014 10:53 PM, Richard Marquina Lopez wrote: Hi, I have some problems when execute the delta import with 2 millio

Delta import throws java heap space exception

2014-03-12 Thread Richard Marquina Lopez
Hi, I have some problems when execute the delta import with 2 million of rows from mysql database: java.lang.OutOfMemoryError: Java heap space at java.nio.HeapCharBuffer.(HeapCharBuffer.java:57) at java.nio.CharBuffer.allocate(CharBuffer.java:331) at java.nio.charset.Chars