File tree 5 files changed +5
-4
lines changed
src/sagemaker_pytorch_serving_container/etc
5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
- vmargs =-Xmx128m -XX:-UseLargePages -XX:+UseG1GC -XX:MaxMetaspaceSize=32M -XX:MaxDirectMemorySize=10m -XX:+ExitOnOutOfMemoryError
1
+ vmargs =-Xmx128m -XX:-UseLargePages -XX:+UseG1GC -XX:MaxMetaspaceSize=32M -XX:MaxDirectMemorySize=10m -XX:+ExitOnOutOfMemoryError -XX:-UseContainerSupport
2
2
model_store =/opt/ml/model
3
3
load_models =ALL
4
4
inference_address =http://0.0.0.0:8080
Original file line number Diff line number Diff line change 1
- vmargs =-Xmx128m -XX:-UseLargePages -XX:+UseG1GC -XX:MaxMetaspaceSize=32M -XX:MaxDirectMemorySize=10m -XX:+ExitOnOutOfMemoryError
1
+ vmargs =-Xmx128m -XX:-UseLargePages -XX:+UseG1GC -XX:MaxMetaspaceSize=32M -XX:MaxDirectMemorySize=10m -XX:+ExitOnOutOfMemoryError -XX:-UseContainerSupport
2
2
model_store =/opt/ml/model
3
3
load_models =ALL
4
4
inference_address =http://0.0.0.0:8080
Original file line number Diff line number Diff line change 1
- vmargs =-Xmx128m -XX:-UseLargePages -XX:+UseG1GC -XX:MaxMetaspaceSize=32M -XX:MaxDirectMemorySize=10m -XX:+ExitOnOutOfMemoryError
1
+ vmargs =-Xmx128m -XX:-UseLargePages -XX:+UseG1GC -XX:MaxMetaspaceSize=32M -XX:MaxDirectMemorySize=10m -XX:+ExitOnOutOfMemoryError -XX:-UseContainerSupport
2
2
model_store =/opt/ml/model
3
3
load_models =ALL
4
4
inference_address =http://0.0.0.0:8080
Original file line number Diff line number Diff line change 1
- vmargs =-Xmx128m -XX:-UseLargePages -XX:+UseG1GC -XX:MaxMetaspaceSize=32M -XX:MaxDirectMemorySize=10m -XX:+ExitOnOutOfMemoryError
1
+ vmargs =-Xmx128m -XX:-UseLargePages -XX:+UseG1GC -XX:MaxMetaspaceSize=32M -XX:MaxDirectMemorySize=10m -XX:+ExitOnOutOfMemoryError -XX:-UseContainerSupport
2
2
model_store =/opt/ml/model
3
3
load_models =ALL
4
4
inference_address =http://0.0.0.0:8080
Original file line number Diff line number Diff line change 1
1
# Based on https://github.com/pytorch/serve/blob/master/docs/configuration.md
2
+ vmargs =-XX:-UseContainerSupport
2
3
enable_envvars_config =true
3
4
decode_input_request =false
4
5
load_models =ALL
You can’t perform that action at this time.
0 commit comments