<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>RE: python memory error on comet</title>
  <link rel="alternate" href="https://conferences.xsede.org/c/message_boards/find_recent_posts?p_l_id=" />
  <subtitle>RE: python memory error on comet</subtitle>
  <entry>
    <title>RE: python memory error on comet</title>
    <link rel="alternate" href="https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=2495591" />
    <author>
      <name>warren sacko</name>
    </author>
    <id>https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=2495591</id>
    <updated>2020-06-19T07:04:31Z</updated>
    <published>2020-06-19T07:04:31Z</published>
    <summary type="html">A memory error means that your program has ran out of memory. If you get an unexpected MemoryError and you think you should have plenty of RAM available, it might be because you are using a 32-bit python installation. This could be caused by either the 2GB per program limit imposed by Windows (32bit programs), or lack of available RAM on your computer. The easy solution, if you have a 64-bit operating system, is to switch to a 64-bit installation of &lt;a href="http://net-informations.com/python/iq/default.htm"&gt;python&lt;/a&gt;. The issue is that 32-bit python only has access to ~4GB of RAM. This can shrink even further if your operating system is 32-bit, because of the operating system overhead.</summary>
    <dc:creator>warren sacko</dc:creator>
    <dc:date>2020-06-19T07:04:31Z</dc:date>
  </entry>
</feed>

