Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

As our DSpace deployments get bigger and bigger, we inevitably run into scaling issues. Please add any you find here, or discuss how to address them. Hint: When trying to find what's causing a problem (e.g. long processing time), you can find out a lot by upping your DSpace's logging level to DEUG. This increases the amount of information saved to dspace/log/dspace.log. See TechnicalFaq - "Setting logging level up to DEBUG". See also: HowToPerformanceTuneForDspace

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="2b87d312-9aa1-4ef3-a335-422a22054abc"><ac:plain-text-body><![CDATA[

Contents[[hide

javascript:toggleToc()]]]]></ac:plain-text-body></ac:structured-macro>

In-memory object cache

org.dspace.core.Context contains an 'object cache'. Every org.dspace.content object instantiated gets placed in this cache. Two reasons for this:

...