<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: large shared objects in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/large-shared-objects/m-p/3011718#M711706</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Steffen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please review OSS note 1322182 that talks about extending Shared Memory that should possibly address your queries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 16 Aug 2009 14:15:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-16T14:15:08Z</dc:date>
    <item>
      <title>large shared objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/large-shared-objects/m-p/3011717#M711705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we think about using ABAP shared objects in parallel processing to avoid reading the same data from the DB for every parallel process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently we have 15MB shared memory configured according to SHMM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Questions:&lt;/P&gt;&lt;P&gt;1. How do we extend the shared memory? What is the limit?&lt;/P&gt;&lt;P&gt;2. Does anyone have experience with large shared objects? (1-2GB)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;P&gt;Steffen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2007 11:23:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/large-shared-objects/m-p/3011717#M711705</guid>
      <dc:creator>former_member772174</dc:creator>
      <dc:date>2007-11-07T11:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: large shared objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/large-shared-objects/m-p/3011718#M711706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Steffen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please review OSS note 1322182 that talks about extending Shared Memory that should possibly address your queries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Aug 2009 14:15:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/large-shared-objects/m-p/3011718#M711706</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-16T14:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: large shared objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/large-shared-objects/m-p/3011719#M711707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steffen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the parameter is abap/shared_objects_size_MB, the limit is defined by your available memory.&lt;/P&gt;&lt;P&gt;I have seen sizes with 8 GB in production so far.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the big shared objects: Carefully think about who is reading and writing and when&lt;/P&gt;&lt;P&gt;these actions happen. With versioning you can easily have a much higher memory consumption&lt;/P&gt;&lt;P&gt;since update requests will create a new version while readers attached to the old version &lt;/P&gt;&lt;P&gt;keep the old version alive. Besides that i haven't seen much trouble with shared objects so far,&lt;/P&gt;&lt;P&gt;but maybe other people have other experiences.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please share your experients with us if you use the shared objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hermann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2009 07:40:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/large-shared-objects/m-p/3011719#M711707</guid>
      <dc:creator>HermannGahm</dc:creator>
      <dc:date>2009-08-17T07:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: large shared objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/large-shared-objects/m-p/3011720#M711708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you should try, shared objects are used in newer systems more and more so 1-2GB is not very special.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As the shared objects are explicitly used performance problems are rare, similar to shared buffers and shared memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table buffers cause more problems because of their much higher usage and the implicit use, Open SQL switches to buffer it the technical setting of the buffer is changed ... but in some cases the switch does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Siegfried&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2009 09:19:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/large-shared-objects/m-p/3011720#M711708</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-17T09:19:20Z</dc:date>
    </item>
  </channel>
</rss>

