https://bz.apache.org/bugzilla/show_bug.cgi?id=69520

            Bug ID: 69520
           Summary: Memory Consumption Issue with Apache POI's
                    XMLSlideShow
           Product: POI
           Version: unspecified
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSLF
          Assignee: dev@poi.apache.org
          Reporter: danratho...@gmail.com
  Target Milestone: ---

We are using Apache POI version 5.2.1 to create PowerPoint presentations, and
we’ve noticed unusually high memory consumption, even with relatively small
datasets. After profiling the application using the YourKit tool, we found that
the initialization of the XMLSlideShow class is consuming a significant amount
of memory(around 3-3.5GB).

Here’s the relevant code:

XMLSlideShow pptx = new XMLSlideShow();
Is this level of memory consumption normal and expected when initializing an
XMLSlideShow object? Any insights or recommendations to mitigate this would be
appreciated.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to