You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "rcolmegna@tiscali.it (JIRA)" <ji...@apache.org> on 2006/06/09 14:02:29 UTC

[jira] Created: (LUCENE-595) OutOfMemory on Index-builds

OutOfMemory on Index-builds
---------------------------

         Key: LUCENE-595
         URL: http://issues.apache.org/jira/browse/LUCENE-595
     Project: Lucene - Java
        Type: Bug

    Versions: 2.0.0    
 Environment: Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
on Linux Fedora Core 4


    Reporter: rcolmegna@tiscali.it


Building index on a 3Gbyte of plain text (with 4 additional fields with a max size of 300 bytes everyone) produce an OutOfMemoryError (on the heap space).  The 3GBytes data are composed of about 30.000 files with a max size of 15MByte spitted into 3 dirs (10.000 files /dir).

I've tried JVM with -Xmx300M without any success.  I also tried to setMaxBufferedDocs(5)  on the indexWriter, without any results.

TIA
Roberto Colmegna

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org


[jira] Closed: (LUCENE-595) OutOfMemory on Index-builds

Posted by "Michael Busch (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Busch closed LUCENE-595.
--------------------------------

    Resolution: Invalid

The reported himself commented that this is not a Lucene problem.

> OutOfMemory on Index-builds
> ---------------------------
>
>                 Key: LUCENE-595
>                 URL: https://issues.apache.org/jira/browse/LUCENE-595
>             Project: Lucene - Java
>          Issue Type: Bug
>    Affects Versions: 2.0.0
>         Environment: Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
> on Linux Fedora Core 4
>            Reporter: rcolmegna
>
> Building index on a 3Gbyte of plain text (with 4 additional fields with a max size of 300 bytes everyone) produce an OutOfMemoryError (on the heap space).  The 3GBytes data are composed of about 30.000 files with a max size of 15MByte spitted into 3 dirs (10.000 files /dir).
> I've tried JVM with -Xmx300M without any success.  I also tried to setMaxBufferedDocs(5)  on the indexWriter, without any results.
> TIA
> Roberto Colmegna

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org


[jira] Commented: (LUCENE-595) OutOfMemory on Index-builds

Posted by "rcolmegna (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/LUCENE-595?page=comments#action_12415575 ] 

rcolmegna commented on LUCENE-595:
----------------------------------

Solved: NOT a Lucene generated-problem

> OutOfMemory on Index-builds
> ---------------------------
>
>          Key: LUCENE-595
>          URL: http://issues.apache.org/jira/browse/LUCENE-595
>      Project: Lucene - Java
>         Type: Bug

>     Versions: 2.0.0
>  Environment: Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
> on Linux Fedora Core 4
>     Reporter: rcolmegna

>
> Building index on a 3Gbyte of plain text (with 4 additional fields with a max size of 300 bytes everyone) produce an OutOfMemoryError (on the heap space).  The 3GBytes data are composed of about 30.000 files with a max size of 15MByte spitted into 3 dirs (10.000 files /dir).
> I've tried JVM with -Xmx300M without any success.  I also tried to setMaxBufferedDocs(5)  on the indexWriter, without any results.
> TIA
> Roberto Colmegna

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org