• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

CFMX 7 Verity Custom Collection Problems

Community Beginner ,
May 04, 2006 May 04, 2006

Copy link to clipboard

Copied

Under CFMX 7 when attempting to pass a query to a Verity custom collection I keep hitting a "java.lang.OutOfMemoryError" after indexing runs for about 2 hours.

I've tried with no sucess.
* inside a loop passing anywhere between 50 and 1000 records at a time with the goal of 2500 records total.
* increasing the JVM's heap size to a gigabyte and the permanent object collection to half a gig.

This is my JVM configuration:
java.args=
-Xmx1024M
-server
-Dsun.io.useCanonCaches=false
-XX:MaxPermSize=512m
-XX:+UseParallelGC
-DJINTEGRA_NATIVE_MODE
-DJINTEGRA_PREFETCH_ENUMS
-Dcoldfusion.rootDir={application.home}/)

Anyone have any suggestions?
TOPICS
Advanced techniques

Views

281

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 12, 2006 Oct 12, 2006

Copy link to clipboard

Copied

LATEST
Upgrade your servers memory to at least 2gig. Indexing DB tables is very memory intensive. Having read documentation from Adobe when you index a DB you basically are indexing twice once to gather the info from the tables and again to create the index from the gathered info. Indexing directories of files cuts the time in half.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation