To disable the creation of core dumps for the Python Service, do the following
----
1. Add the following option to the configuration (custom.properties) for the Python Service:
javaOptions:
-XX:-CreateCoredumpOnCrashFor more details on how to configure the Python Service, please refer to
https://docs.tibco.com/pub/sf-pysrv/1.3.6/doc/html/TIB_sf-pysrv_1.3.6_install/install/topics/configuring_spotfire_service_for_python.html2. Restart the Python Service to make this change take effect.
----
Starting from Python Service version 1.3.0 (June 2021), the Python Service has JVM core dump file creation disabled by default with the configuration property "disable.java.core.dump" being TRUE by default
See "Manage Java Options" section in this document:
https://docs.tibco.com/pub/sf-pysrv/1.11.1/doc/html/TIB_sf-pysrv_install/pyinstall/topics/manage_java_options.html"disable.java.core.dump: TRUE" is equivalent to setting "javaOptions:-XX:-CreateCoredumpOnCrash" in the configuration file for Python Service.