From e475ffbb5bb472febfabbdc5c311714887c313bc Mon Sep 17 00:00:00 2001 From: SUBHA nayak Date: Thu, 2 Apr 2026 10:06:21 +0530 Subject: [PATCH 1/5] appended with --shm-size=4g command --- src/ansys/meshing/prime/internals/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ansys/meshing/prime/internals/utils.py b/src/ansys/meshing/prime/internals/utils.py index 8e3a8dba61..95674111ce 100644 --- a/src/ansys/meshing/prime/internals/utils.py +++ b/src/ansys/meshing/prime/internals/utils.py @@ -255,7 +255,7 @@ def launch_prime_github_container( environment = {'ANSYSLMD_LICENSE_FILE': license_file} # Prepare command arguments - command = ['--port', str(port)] + command = ['--port', str(port), '--shm-size=4g'] # Set default connection type if not provided if connection_type is None: From 83cfe5e1fad725c483fbebe68556a90c1ec0bded Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Thu, 2 Apr 2026 04:38:46 +0000 Subject: [PATCH 2/5] chore: adding changelog file 1257.miscellaneous.md [dependabot-skip] --- doc/changelog.d/1257.miscellaneous.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/1257.miscellaneous.md diff --git a/doc/changelog.d/1257.miscellaneous.md b/doc/changelog.d/1257.miscellaneous.md new file mode 100644 index 0000000000..81c21f2c8a --- /dev/null +++ b/doc/changelog.d/1257.miscellaneous.md @@ -0,0 +1 @@ +Test --shm-size=4g From c25ac5abe01b244e44d97b13d6b5425c99eda8da Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 27 Apr 2026 09:46:40 +0000 Subject: [PATCH 3/5] chore: adding changelog file 1257.miscellaneous.md [dependabot-skip] --- doc/changelog.d/1257.miscellaneous.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/changelog.d/1257.miscellaneous.md b/doc/changelog.d/1257.miscellaneous.md index 81c21f2c8a..5b2fd7c749 100644 --- a/doc/changelog.d/1257.miscellaneous.md +++ b/doc/changelog.d/1257.miscellaneous.md @@ -1 +1 @@ -Test --shm-size=4g +Fix: Volume mesh with Docker service in Windows From 7cbd7befee45a7621196cc77ed015f41310c0dcb Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Thu, 11 Jun 2026 08:47:45 +0000 Subject: [PATCH 4/5] chore: adding changelog file 1257.miscellaneous.md [dependabot-skip] --- pyproject.toml | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5e2eb878dc..fab04b980d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -116,13 +116,13 @@ title_format = "## [{version}](https://github.com/ansys/pyprimemesh/releases/tag issue_format = "[#{issue}](https://github.com/ansys/pyprimemesh/pull/{issue})" [[tool.towncrier.type]] -directory = "added" -name = "Added" +directory = "breaking" +name = "Breaking" showcontent = true [[tool.towncrier.type]] -directory = "changed" -name = "Changed" +directory = "added" +name = "Added" showcontent = true [[tool.towncrier.type]] @@ -131,27 +131,32 @@ name = "Fixed" showcontent = true [[tool.towncrier.type]] -directory = "dependencies" -name = "Dependencies" +directory = "documentation" +name = "Documentation" showcontent = true [[tool.towncrier.type]] -directory = "miscellaneous" -name = "Miscellaneous" +directory = "dependencies" +name = "Dependencies" showcontent = true - [[tool.towncrier.type]] -directory = "documentation" -name = "Documentation" +directory = "maintenance" +name = "Maintenance" showcontent = true [[tool.towncrier.type]] -directory = "maintenance" -name = "Maintenance" +directory = "miscellaneous" +name = "Miscellaneous" showcontent = true [[tool.towncrier.type]] directory = "test" name = "Test" showcontent = true + +[[tool.towncrier.type]] +directory = "changed" +name = "Changed" +showcontent = true + From 61ca8a5111a343d4c352e2ece7867922c6de7040 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Thu, 11 Jun 2026 08:48:48 +0000 Subject: [PATCH 5/5] chore: adding changelog file 1257.maintenance.md [dependabot-skip] --- doc/changelog.d/{1257.miscellaneous.md => 1257.maintenance.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename doc/changelog.d/{1257.miscellaneous.md => 1257.maintenance.md} (100%) diff --git a/doc/changelog.d/1257.miscellaneous.md b/doc/changelog.d/1257.maintenance.md similarity index 100% rename from doc/changelog.d/1257.miscellaneous.md rename to doc/changelog.d/1257.maintenance.md