We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb9e793 commit 7fcb805Copy full SHA for 7fcb805
src/sagemaker_inference/model_server.py
@@ -150,6 +150,7 @@ 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
custom_configuration = str()
0 commit comments