


{"id":364688,"date":"2024-04-29T12:52:53","date_gmt":"2024-04-29T12:52:53","guid":{"rendered":"\/forum\/forums\/topic\/memory-leak-pymapdl\/"},"modified":"2024-05-01T07:07:38","modified_gmt":"2024-05-01T07:07:38","slug":"memory-leak-pymapdl","status":"closed","type":"topic","link":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/memory-leak-pymapdl\/","title":{"rendered":"Memory Leak PyMapdl"},"content":{"rendered":"<p>Hello everyone,&nbsp;<br \/>does anyone have experience with simulating in a loop? I am running many (&gt;1000) simple simulations within an optimization algorithm. I use PyMapdl for this. With each simulation the required RAM in Python increases. If I do not run the simulations, the problem does not occur. Enclosed is a highly simplified Psyeudocode where the problem also occurs. Even starting and closing Ansys in each run does not solve the problem (apart from a considerable increase in runtime).<\/p>\n<div>\n<div>import os<\/div>\n<div>from ansys.mapdl.core import launch_mapdl<\/div>\n<div>path = os.path.abspath(__file__)<\/div>\n<div>directory = os.path.dirname(path)<\/div>\n<div>temp_dir = os.path.join(directory, &#8216;temp_ansys&#8217;)<\/div>\n<div>if not os.path.exists(temp_dir):<\/div>\n<div>&nbsp; &nbsp; os.makedirs(temp_dir)<\/div>\n<div>mapdl = launch_mapdl(nproc=4,run_location=temp_dir, override=True)<\/div>\n<p><\/p>\n<div>def calculate_energy():<\/div>\n<div>&nbsp; &nbsp; mapdl.clear()<\/div>\n<div>&nbsp; &nbsp; mapdl.prep7()<\/div>\n<div>&nbsp; &nbsp; mapdl.blc4(0, 0, 1000, 1000)<\/div>\n<div>&nbsp; &nbsp; mapdl.blc4(1000, 0, 1000, 1000)<\/div>\n<div>&nbsp; &nbsp; mapdl.aglue(&#8216;ALL&#8217;)<\/div>\n<div>&nbsp; &nbsp; # BC<\/div>\n<div>&nbsp; &nbsp; mapdl.ksel(&#8220;S&#8221;, &#8220;LOC&#8221;, &#8220;X&#8221;, 0)<\/div>\n<div>&nbsp; &nbsp; mapdl.ksel(&#8220;A&#8221;, &#8220;LOC&#8221;, &#8220;X&#8221;, 1000)<\/div>\n<div>&nbsp; &nbsp; mapdl.ksel(&#8220;R&#8221;, &#8220;LOC&#8221;, &#8220;Y&#8221;, 0)<\/div>\n<div>&nbsp; &nbsp; mapdl.dk(&#8220;ALL&#8221;, &#8216;UX&#8217;, 0)<\/div>\n<div>&nbsp; &nbsp; mapdl.dk(&#8220;ALL&#8221;, &#8220;UY&#8221;, 0) &nbsp;<\/div>\n<div>&nbsp; &nbsp; mapdl.allsel()<\/div>\n<div>&nbsp; &nbsp; mapdl.clear()<\/div>\n<p><\/p>\n<div>&nbsp; &nbsp; return 1<\/div>\n<div>for i in range(0,1000):<\/div>\n<div>&nbsp; &nbsp; a = calculate_energy()<\/div>\n<\/div>\n<p>&nbsp;<\/p>\n","protected":false},"template":"","class_list":["post-364688","topic","type-topic","status-closed","hentry","topic-tag-pyansys-1","topic-tag-PyMAPDL-1","topic-tag-python"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"Hello everyone, does anyone have experience with simulating in a loop? I am running many (&gt;1000) simple simulations within an optimization algorithm. I use PyMapdl for this. With each simulation the required RAM in Python increases. If I do not run the simulations, the problem does not occur. Enclosed is a highly simplified Psyeudocode where the\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/memory-leak-pymapdl\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Ansys Learning Forum | Ansys Innovation Space\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Memory Leak PyMapdl | Ansys Learning Forum\" \/>\n\t\t<meta property=\"og:description\" content=\"Hello everyone, does anyone have experience with simulating in a loop? I am running many (&gt;1000) simple simulations within an optimization algorithm. I use PyMapdl for this. With each simulation the required RAM in Python increases. If I do not run the simulations, the problem does not occur. Enclosed is a highly simplified Psyeudocode where the\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/memory-leak-pymapdl\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2024-04-29T12:52:53+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2024-05-01T07:07:38+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Memory Leak PyMapdl | Ansys Learning Forum\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Hello everyone, does anyone have experience with simulating in a loop? I am running many (&gt;1000) simple simulations within an optimization algorithm. I use PyMapdl for this. With each simulation the required RAM in Python increases. If I do not run the simulations, the problem does not occur. Enclosed is a highly simplified Psyeudocode where the\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/memory-leak-pymapdl\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/topics\\\/#listItem\",\"name\":\"Topics\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/topics\\\/#listItem\",\"position\":2,\"name\":\"Topics\",\"item\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/topics\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic-tag\\\/python\\\/#listItem\",\"name\":\"python\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic-tag\\\/python\\\/#listItem\",\"position\":3,\"name\":\"python\",\"item\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic-tag\\\/python\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/memory-leak-pymapdl\\\/#listItem\",\"name\":\"Memory Leak PyMapdl\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/topics\\\/#listItem\",\"name\":\"Topics\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/memory-leak-pymapdl\\\/#listItem\",\"position\":4,\"name\":\"Memory Leak PyMapdl\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic-tag\\\/python\\\/#listItem\",\"name\":\"python\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/#organization\",\"name\":\"Ansys Learning Forum\",\"description\":\"Ansys Innovation Space\",\"url\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/memory-leak-pymapdl\\\/#webpage\",\"url\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/memory-leak-pymapdl\\\/\",\"name\":\"Memory Leak PyMapdl | Ansys Learning Forum\",\"description\":\"Hello everyone, does anyone have experience with simulating in a loop? I am running many (>1000) simple simulations within an optimization algorithm. I use PyMapdl for this. With each simulation the required RAM in Python increases. If I do not run the simulations, the problem does not occur. Enclosed is a highly simplified Psyeudocode where the\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/memory-leak-pymapdl\\\/#breadcrumblist\"},\"datePublished\":\"2024-04-29T12:52:53+00:00\",\"dateModified\":\"2024-05-01T07:07:38+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/#website\",\"url\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/\",\"name\":\"Ansys Learning Forum\",\"description\":\"Ansys Innovation Space\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Memory Leak PyMapdl | Ansys Learning Forum","description":"Hello everyone, does anyone have experience with simulating in a loop? I am running many (>1000) simple simulations within an optimization algorithm. I use PyMapdl for this. With each simulation the required RAM in Python increases. If I do not run the simulations, the problem does not occur. Enclosed is a highly simplified Psyeudocode where the","canonical_url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/memory-leak-pymapdl\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/memory-leak-pymapdl\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum#listItem","position":1,"name":"Home","item":"https:\/\/innovationspace.ansys.com\/forum","nextItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/topics\/#listItem","name":"Topics"}},{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/topics\/#listItem","position":2,"name":"Topics","item":"https:\/\/innovationspace.ansys.com\/forum\/topics\/","nextItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/python\/#listItem","name":"python"},"previousItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/python\/#listItem","position":3,"name":"python","item":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/python\/","nextItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/memory-leak-pymapdl\/#listItem","name":"Memory Leak PyMapdl"},"previousItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/topics\/#listItem","name":"Topics"}},{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/memory-leak-pymapdl\/#listItem","position":4,"name":"Memory Leak PyMapdl","previousItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/python\/#listItem","name":"python"}}]},{"@type":"Organization","@id":"https:\/\/innovationspace.ansys.com\/forum\/#organization","name":"Ansys Learning Forum","description":"Ansys Innovation Space","url":"https:\/\/innovationspace.ansys.com\/forum\/"},{"@type":"WebPage","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/memory-leak-pymapdl\/#webpage","url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/memory-leak-pymapdl\/","name":"Memory Leak PyMapdl | Ansys Learning Forum","description":"Hello everyone, does anyone have experience with simulating in a loop? I am running many (>1000) simple simulations within an optimization algorithm. I use PyMapdl for this. With each simulation the required RAM in Python increases. If I do not run the simulations, the problem does not occur. Enclosed is a highly simplified Psyeudocode where the","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/innovationspace.ansys.com\/forum\/#website"},"breadcrumb":{"@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/memory-leak-pymapdl\/#breadcrumblist"},"datePublished":"2024-04-29T12:52:53+00:00","dateModified":"2024-05-01T07:07:38+00:00"},{"@type":"WebSite","@id":"https:\/\/innovationspace.ansys.com\/forum\/#website","url":"https:\/\/innovationspace.ansys.com\/forum\/","name":"Ansys Learning Forum","description":"Ansys Innovation Space","inLanguage":"en-US","publisher":{"@id":"https:\/\/innovationspace.ansys.com\/forum\/#organization"}}]},"og:locale":"en_US","og:site_name":"Ansys Learning Forum | Ansys Innovation Space","og:type":"article","og:title":"Memory Leak PyMapdl | Ansys Learning Forum","og:description":"Hello everyone, does anyone have experience with simulating in a loop? I am running many (&gt;1000) simple simulations within an optimization algorithm. I use PyMapdl for this. With each simulation the required RAM in Python increases. If I do not run the simulations, the problem does not occur. Enclosed is a highly simplified Psyeudocode where the","og:url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/memory-leak-pymapdl\/","article:published_time":"2024-04-29T12:52:53+00:00","article:modified_time":"2024-05-01T07:07:38+00:00","twitter:card":"summary_large_image","twitter:title":"Memory Leak PyMapdl | Ansys Learning Forum","twitter:description":"Hello everyone, does anyone have experience with simulating in a loop? I am running many (&gt;1000) simple simulations within an optimization algorithm. I use PyMapdl for this. With each simulation the required RAM in Python increases. If I do not run the simulations, the problem does not occur. Enclosed is a highly simplified Psyeudocode where the"},"aioseo_meta_data":{"post_id":"364688","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"content","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":true,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"created":"2024-10-28 16:44:38","updated":"2024-10-28 16:44:38","ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/innovationspace.ansys.com\/forum\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/innovationspace.ansys.com\/forum\/topics\/\" title=\"Topics\">Topics<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/python\/\" title=\"python\">python<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tMemory Leak PyMapdl\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/innovationspace.ansys.com\/forum"},{"label":"Topics","link":"https:\/\/innovationspace.ansys.com\/forum\/topics\/"},{"label":"python","link":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/python\/"},{"label":"Memory Leak PyMapdl","link":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/memory-leak-pymapdl\/"}],"acf":[],"custom_fields":[{"0":{"_bbp_subscription":["346742","58821","170445"],"_bbp_author_ip":["23.196.2.137"]," _bbp_last_reply_id":["0"]," _bbp_likes_count":["0"],"_bbp_likes_count":["1"],"_btv_view_count":["262"],"_bbp_topic_status":["unanswered"],"_bbp_status":["publish"],"_bbp_topic_id":["364688"],"_bbp_forum_id":["27791"],"_bbp_engagement":["58821","170445","346742"],"_bbp_voice_count":["3"],"_bbp_reply_count":["2"],"_bbp_reply_count_hidden":["1"],"_bbp_last_reply_id":["364851"],"_bbp_last_active_id":["364851"],"_bbp_last_active_time":["2024-04-30 10:14:40"]},"test":"luca-dannemannrub-de"}],"_links":{"self":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/topics\/364688","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/topics"}],"about":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":0,"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/topics\/364688\/revisions"}],"wp:attachment":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/media?parent=364688"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}