We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb9e793 commit 42f4043Copy full SHA for 42f4043
src/sagemaker_inference/model_server.py
@@ -150,6 +150,8 @@ def _generate_mms_config_properties():
150
"default_workers_per_model": env.model_server_workers,
151
"inference_address": "http://0.0.0.0:{}".format(env.inference_http_port),
152
"management_address": "http://0.0.0.0:{}".format(env.management_http_port),
153
+ "vmargs": "-XX:-UseContainerSupport",
154
+
155
}
156
157
custom_configuration = str()
0 commit comments