<?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 OMP error #136 cannot create thread in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/OMP-error-136-cannot-create-thread/m-p/804714#M3513</link>
    <description>&lt;STRONG&gt;Three more notes&lt;/STRONG&gt;:&lt;BR /&gt;&lt;BR /&gt;- In your casea &lt;STRONG&gt;Virtual Memory&lt;/STRONG&gt; size has to be more than &lt;STRONG&gt;2GB&lt;/STRONG&gt;&lt;BR /&gt;- There are some issues when &lt;STRONG&gt;#pragma comment ( lib, ... )&lt;/STRONG&gt; directive is used in a &lt;STRONG&gt;DLL&lt;/STRONG&gt;&lt;BR /&gt;- A Stask size for an applicationcould be alsoincreased through:&lt;BR /&gt;&lt;BR /&gt; &lt;STRONG&gt;Project Settings&lt;/STRONG&gt; -&amp;gt; &lt;STRONG&gt;Linker&lt;/STRONG&gt; -&amp;gt; &lt;STRONG&gt;Stack Reserve/Commit Size&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Sergey&lt;BR /&gt;</description>
    <pubDate>Wed, 22 Feb 2012 15:20:13 GMT</pubDate>
    <dc:creator>SergeyKostrov</dc:creator>
    <dc:date>2012-02-22T15:20:13Z</dc:date>
    <item>
      <title>OMP error #136 cannot create thread</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/OMP-error-136-cannot-create-thread/m-p/804711#M3510</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I am trying to play multiple h264 videos in the same application using intel IPP 7.0 decoder.&lt;BR /&gt;I am able to play the different videos within single application by passing to IPP h264 decoder. But during the videos being played if the memory usage of my CPU goes beyond 1.5 GB(approximately) i usually getthe errors called&lt;STRONG&gt;OMP : Error #136: cannot create thread, OMP: System error #8 :not enough storage is available to processthis command&lt;/STRONG&gt;in cmd line and crashes theapplication. I have high end CPU which has memory 8GB xeon dualprocessor runs 64 bit windows server 2008.&lt;BR /&gt;&lt;BR /&gt;Anybody's help will be greatly appreciated.&lt;BR /&gt;&lt;BR /&gt;Please help me.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Feb 2012 11:50:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/OMP-error-136-cannot-create-thread/m-p/804711#M3510</guid>
      <dc:creator>bharath322</dc:creator>
      <dc:date>2012-02-21T11:50:28Z</dc:date>
    </item>
    <item>
      <title>OMP error #136 cannot create thread</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/OMP-error-136-cannot-create-thread/m-p/804712#M3511</link>
      <description>&lt;DIV id="tiny_quote"&gt;&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Quoting &lt;A jquery1329832797750="58" rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=535049" href="https://community.intel.com/en-us/profile/535049/" class="basic"&gt;bharath322&lt;/A&gt;&lt;/DIV&gt;&lt;DIV style="background-color: #e5e5e5; margin-left: 2px; margin-right: 2px; border: 1px inset; padding: 5px;"&gt;&lt;I&gt;...&lt;BR /&gt;&lt;STRONG&gt;OMP : Error #136: (1)&lt;SPAN style="text-decoration: underline;"&gt;cannot create thread&lt;/SPAN&gt;, OMP: (2)&lt;SPAN style="text-decoration: underline;"&gt;System error #8&lt;/SPAN&gt; :not enough storage is available to processthis command&lt;/STRONG&gt;in cmd line and crashes theapplication...&lt;BR /&gt;...&lt;BR /&gt;&lt;/I&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;STRONG&gt;(1)&lt;/STRONG&gt; It cannot createstack for a newthread&lt;BR /&gt;&lt;STRONG&gt;(2)&lt;/STRONG&gt; '&lt;STRONG&gt;8&lt;/STRONG&gt;'is a system error code returned by '&lt;STRONG&gt;GetLastError&lt;/STRONG&gt;' &lt;STRONG&gt;Win32&lt;/STRONG&gt; API function&lt;BR /&gt;&lt;BR /&gt;I had a similar '&lt;STRONG&gt;System Error 8&lt;/STRONG&gt;' for a &lt;STRONG&gt;TBB&lt;/STRONG&gt; application when&lt;STRONG&gt;256&lt;/STRONG&gt; tasks ( threads )were created and a&lt;BR /&gt;system couldn't create a &lt;STRONG&gt;257&lt;/STRONG&gt;th task (thread ). I used a &lt;STRONG&gt;#pragma comment&lt;/STRONG&gt;directive to increase a size of&lt;BR /&gt;the stack for the application:&lt;BR /&gt;&lt;BR /&gt; &lt;STRONG&gt;#pragma comment&lt;/STRONG&gt;( &lt;STRONG&gt;linker&lt;/STRONG&gt;, "/&lt;STRONG&gt;HEAP&lt;/STRONG&gt;:&lt;STRONG&gt;1069547520&lt;/STRONG&gt;,&lt;STRONG&gt;1069547520&lt;/STRONG&gt;" ) // &lt;STRONG&gt;2GB&lt;/STRONG&gt; in total&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Sergey&lt;/DIV&gt;</description>
      <pubDate>Tue, 21 Feb 2012 14:11:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/OMP-error-136-cannot-create-thread/m-p/804712#M3511</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-02-21T14:11:43Z</dc:date>
    </item>
    <item>
      <title>OMP error #136 cannot create thread</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/OMP-error-136-cannot-create-thread/m-p/804713#M3512</link>
      <description>Right, eitherextend the size ofstack or storage space of application. for example, use sergey's suggsetion&lt;BR /&gt;Or try to build 64bit application, which may allowbigger storage. &lt;BR /&gt;Or control/reduce the openmpthread number and satic. for example, set envioronment&lt;BR /&gt;KMP_STACKSIZE = 1M etc.&lt;BR /&gt;OMP_NUM_THREADS=4 etc.&lt;BR /&gt;Similiar issues is in &lt;BR /&gt;&lt;A href="http://software.intel.com/en-us/forums/showthread.php?t=71296"&gt;http://software.intel.com/en-us/forums/showthread.php?t=71296&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Ying</description>
      <pubDate>Wed, 22 Feb 2012 02:05:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/OMP-error-136-cannot-create-thread/m-p/804713#M3512</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2012-02-22T02:05:30Z</dc:date>
    </item>
    <item>
      <title>OMP error #136 cannot create thread</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/OMP-error-136-cannot-create-thread/m-p/804714#M3513</link>
      <description>&lt;STRONG&gt;Three more notes&lt;/STRONG&gt;:&lt;BR /&gt;&lt;BR /&gt;- In your casea &lt;STRONG&gt;Virtual Memory&lt;/STRONG&gt; size has to be more than &lt;STRONG&gt;2GB&lt;/STRONG&gt;&lt;BR /&gt;- There are some issues when &lt;STRONG&gt;#pragma comment ( lib, ... )&lt;/STRONG&gt; directive is used in a &lt;STRONG&gt;DLL&lt;/STRONG&gt;&lt;BR /&gt;- A Stask size for an applicationcould be alsoincreased through:&lt;BR /&gt;&lt;BR /&gt; &lt;STRONG&gt;Project Settings&lt;/STRONG&gt; -&amp;gt; &lt;STRONG&gt;Linker&lt;/STRONG&gt; -&amp;gt; &lt;STRONG&gt;Stack Reserve/Commit Size&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Sergey&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Feb 2012 15:20:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/OMP-error-136-cannot-create-thread/m-p/804714#M3513</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-02-22T15:20:13Z</dc:date>
    </item>
    <item>
      <title>OMP error #136 cannot create thread</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/OMP-error-136-cannot-create-thread/m-p/804715#M3514</link>
      <description>&lt;DIV id="tiny_quote"&gt;
                &lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Quoting &lt;A href="https://community.intel.com/en-us/profile/535049/" class="basic" rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=535049"&gt;bharath322&lt;/A&gt;&lt;/DIV&gt;
                &lt;DIV style="background-color: #e5e5e5; padding: 5px; border: 1px; border-style: inset; margin-left: 2px; margin-right: 2px;"&gt;&lt;I&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;I am trying to play multiple h264 videos in the same application using intel IPP 7.0 decoder.&lt;BR /&gt;I am able to play the different videos within single application by passing to IPP h264 decoder. But during the videos being played if the memory usage of my CPU goes beyond 1.5 GB(approximately) i usually getthe errors called&lt;STRONG&gt;OMP : Error #136: cannot create thread, OMP: System error #8 :not enough storage is available to processthis command&lt;/STRONG&gt;in cmd line and crashes theapplication. I have high end CPU which has memory 8GB xeon dualprocessor runs 64 bit windows server 2008.&lt;BR /&gt;&lt;BR /&gt;Anybody's help will be greatly appreciated.&lt;BR /&gt;&lt;BR /&gt;Please help me.&lt;BR /&gt;&lt;BR /&gt;&lt;/I&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Do you mean that your H.264 decoding application takes 1.5 GB of virtual memory? Is it intended behaviour? Or, the memory is consumed by other applications and H.264 just suffers from lack of memory?&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Sergey&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2012 10:00:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/OMP-error-136-cannot-create-thread/m-p/804715#M3514</guid>
      <dc:creator>Sergey_K_Intel</dc:creator>
      <dc:date>2012-02-24T10:00:57Z</dc:date>
    </item>
    <item>
      <title>OMP error #136 cannot create thread</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/OMP-error-136-cannot-create-thread/m-p/804716#M3515</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;Sergey,&lt;BR /&gt;&lt;BR /&gt;Many thanks for helping me with quick reply's.&lt;BR /&gt;&lt;BR /&gt;&lt;P&gt;I mean the H264 decoding applicationconsumes 1.5 GB or more of physical memory. Iam able to play simulatenously around 20 h264 individual videos in the same application, in this condition my application consumesaround 1.5-1.6GB of physical memory and this condition worksfor me. But when Itry toplay simulatenously around 25 h264 individual videos in the same application, in this condition my application crashesby giving the errori explained firstly and the physical memory goes beyond 1.6GB approximately.&lt;BR /&gt;My h264 videofile is ofsize around 30.5MB and the resolutionof the video is 2560 * 1920.&lt;/P&gt;&lt;BR /&gt;I have tried the following settings in my system&lt;BR /&gt;&lt;BR /&gt;1) setting environment KMP_STACSIZE = 1M/2M/4M etc.&lt;BR /&gt;&lt;BR /&gt;2) setting OMP_NUM_THREADS = 4&lt;BR /&gt;&lt;BR /&gt;3) By setting Project Settings -&amp;gt; Linker -&amp;gt; Stack Reserve/Commit Size also.&lt;BR /&gt;&lt;BR /&gt;Next try i have to do is to build 64 bit application may be that helps i hope so as per your suggestions.</description>
      <pubDate>Fri, 24 Feb 2012 13:23:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/OMP-error-136-cannot-create-thread/m-p/804716#M3515</guid>
      <dc:creator>bharath322</dc:creator>
      <dc:date>2012-02-24T13:23:43Z</dc:date>
    </item>
    <item>
      <title>OMP error #136 cannot create thread</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/OMP-error-136-cannot-create-thread/m-p/804717#M3516</link>
      <description>&lt;DIV id="tiny_quote"&gt;
                &lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Quoting &lt;A rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=535049" class="basic" href="https://community.intel.com/en-us/profile/535049/"&gt;bharath322&lt;/A&gt;&lt;/DIV&gt;
                &lt;DIV style="background-color: #e5e5e5; padding: 5px; border: 1px; border-style: inset; margin-left: 2px; margin-right: 2px;"&gt;&lt;I&gt;&lt;P&gt;&lt;I&gt;&lt;/I&gt;&lt;/P&gt;&lt;P style="display: inline !important;"&gt;Iam able to play simulatenously around 20 h264 individual videos in the same application&lt;/P&gt;&lt;/I&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;My h264 videofile is ofsize around 30.5MB and the resolutionof the video is 2560 * 1920.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;You're the champion! )) May be better solution will be to spawn individual processes each to decode individual stream?&lt;/P&gt;&lt;P&gt;Seriously speaking, OpenMP manipulations will probably not help, since H.264 decoder (!) does not use OpenMP. H.264 encoder does, but not decoder. Could you describe the conditions? I am trying to understand where and how OMP gets into the game. Could you, by the way, say how many threads are created in your application in total (using task manager process statistics)?&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Sergey&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2012 13:44:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/OMP-error-136-cannot-create-thread/m-p/804717#M3516</guid>
      <dc:creator>Sergey_K_Intel</dc:creator>
      <dc:date>2012-02-24T13:44:43Z</dc:date>
    </item>
    <item>
      <title>OMP error #136 cannot create thread</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/OMP-error-136-cannot-create-thread/m-p/804718#M3517</link>
      <description>&lt;DIV id="tiny_quote"&gt;&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Quoting &lt;A jquery1330093757703="58" rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=535049" href="https://community.intel.com/en-us/profile/535049/" class="basic"&gt;bharath322&lt;/A&gt;&lt;/DIV&gt;&lt;DIV style="background-color: #e5e5e5; margin-left: 2px; margin-right: 2px; border: 1px inset; padding: 5px;"&gt;&lt;I&gt;...in this condition my application consumesaround &lt;STRONG&gt;&lt;SPAN style="text-decoration: underline;"&gt;1.5-1.6GB of physical memory&lt;/SPAN&gt;&lt;/STRONG&gt; and this condition&lt;BR /&gt;worksfor me. But &lt;STRONG&gt;&lt;SPAN style="text-decoration: underline;"&gt;when Itry toplay&lt;/SPAN&gt;&lt;/STRONG&gt; simulatenously around &lt;STRONG&gt;&lt;SPAN style="text-decoration: underline;"&gt;25 h264 individual videos&lt;/SPAN&gt;&lt;/STRONG&gt; in the same&lt;BR /&gt;application, in this condition my &lt;STRONG&gt;&lt;SPAN style="text-decoration: underline;"&gt;application crashes&lt;/SPAN&gt;&lt;/STRONG&gt;by giving the error...&lt;/I&gt;&lt;/DIV&gt;&lt;BR /&gt;On a 32-bit Windows platform an application cannot use more that 2GB of memory. There is a possibility&lt;BR /&gt;that as soon as 25 or more videos are loaded the application could exceed that limit. In that case all&lt;BR /&gt;calls to 'malloc', 'calloc', 'new' or an attempt to create stack for a newthread will fail. Increasing a Virtual&lt;BR /&gt;Memory file doesn't help. There are two solutions: a "switch" to a 64-bit Windows platform orto a 32-bit&lt;BR /&gt;Windows platform that supports Microsoft's Address Windowing Extensions ( AWE ) technology.&lt;/DIV&gt;</description>
      <pubDate>Fri, 24 Feb 2012 14:57:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/OMP-error-136-cannot-create-thread/m-p/804718#M3517</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-02-24T14:57:55Z</dc:date>
    </item>
    <item>
      <title>OMP error #136 cannot create thread</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/OMP-error-136-cannot-create-thread/m-p/804719#M3518</link>
      <description>One more note regardingMemory Leaks. If there are some in your application that will increase total amount&lt;BR /&gt;of allocated memoryover the time.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Sergey&lt;BR /&gt;</description>
      <pubDate>Sat, 25 Feb 2012 00:35:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/OMP-error-136-cannot-create-thread/m-p/804719#M3518</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-02-25T00:35:52Z</dc:date>
    </item>
    <item>
      <title>OMP error #136 cannot create thread</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/OMP-error-136-cannot-create-thread/m-p/804720#M3519</link>
      <description>Hi,&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;When i run 20 videos then totally 83 threads are created as per the statistics from the task manager process.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;To switch to 64-bit application, Do i need to build all the audio-video codecs samples in 64-bit compiler?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanking you.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Regards,&lt;/DIV&gt;&lt;DIV&gt;Bharath&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 27 Feb 2012 05:23:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/OMP-error-136-cannot-create-thread/m-p/804720#M3519</guid>
      <dc:creator>bharath322</dc:creator>
      <dc:date>2012-02-27T05:23:49Z</dc:date>
    </item>
    <item>
      <title>OMP error #136 cannot create thread</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/OMP-error-136-cannot-create-thread/m-p/804721#M3520</link>
      <description>&lt;DIV id="tiny_quote"&gt;
                &lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Quoting &lt;A rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=535049" class="basic" href="https://community.intel.com/en-us/profile/535049/"&gt;bharath322&lt;/A&gt;&lt;/DIV&gt;
                &lt;DIV style="background-color: #e5e5e5; padding: 5px; border: 1px; border-style: inset; margin-left: 2px; margin-right: 2px;"&gt;&lt;I&gt;&lt;DIV&gt;&lt;I&gt;&lt;DIV style="display: inline !important;"&gt;Do i need to build all the audio-video codecs samples in 64-bit compiler?&lt;/DIV&gt;&lt;/I&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/I&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;Yes, of course. And use 64-bit IPP libraries.&lt;/P&gt;&lt;P&gt;Good luck,&lt;BR /&gt;Sergey&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2012 05:33:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/OMP-error-136-cannot-create-thread/m-p/804721#M3520</guid>
      <dc:creator>Sergey_K_Intel</dc:creator>
      <dc:date>2012-02-27T05:33:17Z</dc:date>
    </item>
    <item>
      <title>OMP error #136 cannot create thread</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/OMP-error-136-cannot-create-thread/m-p/804722#M3521</link>
      <description>&lt;DIV id="tiny_quote"&gt;&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Quoting &lt;A jquery1330350570312="58" rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=535049" href="https://community.intel.com/en-us/profile/535049/" class="basic"&gt;bharath322&lt;/A&gt;&lt;/DIV&gt;&lt;DIV style="background-color: #e5e5e5; margin-left: 2px; margin-right: 2px; border: 1px inset; padding: 5px;"&gt;&lt;I&gt;...When i run &lt;STRONG&gt;20 videos&lt;/STRONG&gt; then totally &lt;STRONG&gt;83 threads&lt;/STRONG&gt; are created as per the statistics from the task manager process...&lt;/I&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;OnWindows platforms a relatively small amount of memory is allocated for a stackwhen a new thread is&lt;BR /&gt;created and it is &lt;STRONG&gt;1MB&lt;/STRONG&gt; by default.&lt;BR /&gt;&lt;BR /&gt;As soon as the thread is "alive" it could use lots of memory and lots of threads could use too much memory.&lt;BR /&gt;This is what you have now and the problem is not related to the number of threads. It is related to an&lt;BR /&gt;amount of memory allocated in total.&lt;BR /&gt;&lt;BR /&gt;A "move" to a &lt;STRONG&gt;64-bit&lt;/STRONG&gt; environment is a good step but I don't think that you used all opportunities to&lt;BR /&gt;optimize / improveyour &lt;STRONG&gt;32-bit&lt;/STRONG&gt; application.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Sergey&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2012 14:08:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/OMP-error-136-cannot-create-thread/m-p/804722#M3521</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-02-27T14:08:02Z</dc:date>
    </item>
  </channel>
</rss>

