Skip to content

Commit bfe053d

Browse files
author
Nikhil Kulkarni
committed
Set max workers to 1
1 parent 82c0919 commit bfe053d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker_pytorch_serving_container/ts_environment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
DEFAULT_TS_BATCH_SIZE = 1
2727
DEFAULT_TS_MAX_BATCH_DELAY = 100
2828
DEFAULT_TS_MIN_WORKERS = 1
29-
DEFAULT_TS_MAX_WORKERS = 4
29+
DEFAULT_TS_MAX_WORKERS = 1
3030
DEFAULT_TS_RESPONSE_TIMEOUT = 120
3131

3232

0 commit comments

Comments
 (0)