<?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: Python memory error! in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/python-memory-error/m-p/387356#M30595</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;^^^&amp;nbsp; thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Jun 2012 19:58:43 GMT</pubDate>
    <dc:creator>KevinBell</dc:creator>
    <dc:date>2012-06-19T19:58:43Z</dc:date>
    <item>
      <title>Python memory error!</title>
      <link>https://community.esri.com/t5/python-questions/python-memory-error/m-p/387354#M30593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm no computer science grad, so hopefully one of you geniuses have some insight on this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm running a virtual machine w/ 8 GB ram and trying to scale up a process that works well with smaller amounts of data, but python is throwing a memory error when it uses up about 3 GB of ram.&amp;nbsp; Is there a setting in python that needs tweaking in order to get it to chew more?&amp;nbsp; I'd have expected to see more ram get used before choking.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If anyone's interested, the script takes multiple grids with different values and combines them into a single point fc with attributes for each of the grids values.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2012 19:08:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-memory-error/m-p/387354#M30593</guid>
      <dc:creator>KevinBell</dc:creator>
      <dc:date>2012-06-19T19:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: Python memory error!</title>
      <link>https://community.esri.com/t5/python-questions/python-memory-error/m-p/387355#M30594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't think that 32-bit software (ArcGIS &amp;amp; the version of Python that comes with it) can address over 3Gb. You may need to re-work your code so it doesn't use as much memory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PS: I am a Computer Science grad.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2012 19:55:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-memory-error/m-p/387355#M30594</guid>
      <dc:creator>BruceNielsen</dc:creator>
      <dc:date>2012-06-19T19:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Python memory error!</title>
      <link>https://community.esri.com/t5/python-questions/python-memory-error/m-p/387356#M30595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;^^^&amp;nbsp; thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2012 19:58:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-memory-error/m-p/387356#M30595</guid>
      <dc:creator>KevinBell</dc:creator>
      <dc:date>2012-06-19T19:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: Python memory error!</title>
      <link>https://community.esri.com/t5/python-questions/python-memory-error/m-p/387357#M30596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is an interesting article about making your Python setup large address aware.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://gisgeek.blogspot.com/2012/01/set-32bit-executable-largeaddressaware.html"&gt;http://gisgeek.blogspot.com/2012/01/set-32bit-executable-largeaddressaware.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not encouraging it (use at your own risk), but you may find gains from it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2012 20:50:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-memory-error/m-p/387357#M30596</guid>
      <dc:creator>KevinHibma</dc:creator>
      <dc:date>2012-06-19T20:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: Python memory error!</title>
      <link>https://community.esri.com/t5/python-questions/python-memory-error/m-p/387358#M30597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You may also wish to have a look at this recent thread, as it discusses issues and solutions regarding 32-bit / 64 bit memory space and Python/ArcGIS too:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Large Dictionary Compression?&lt;/STRONG&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/58348-Large-Dictionary-Compression?highlight=32+bit+stream+network"&gt;http://forums.arcgis.com/threads/58348-Large-Dictionary-Compression?highlight=32+bit+stream+network&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Marco&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 13:05:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-memory-error/m-p/387358#M30597</guid>
      <dc:creator>MarcoBoeringa</dc:creator>
      <dc:date>2012-06-20T13:05:30Z</dc:date>
    </item>
  </channel>
</rss>

