File tree Expand file tree Collapse file tree 5 files changed +0
-20
lines changed
trino-server-rpm/src/main/resources/dist/config
docs/src/main/sphinx/installation
testing/trino-product-tests-launcher/src/main/resources/docker/presto-product-tests/conf
environment/multinode-all Expand file tree Collapse file tree 5 files changed +0
-20
lines changed Original file line number Diff line number Diff line change 1717-XX:GCLockerRetryAllocationCount=32
1818# Allow loading dynamic agent used by JOL
1919-XX:+EnableDynamicAgentLoading
20- # Trino server behavior does generally not depend on locale settings.
21- # Use en_US as this is what Trino is tested with.
22- -Duser.language=en
23- -Duser.region=US
Original file line number Diff line number Diff line change 1616-XX:GCLockerRetryAllocationCount=32
1717# Allow loading dynamic agent used by JOL
1818-XX:+EnableDynamicAgentLoading
19- # Trino server behavior does generally not depend on locale settings.
20- # Use en_US as this is what Trino is tested with.
21- -Duser.language=en
22- -Duser.region=US
Original file line number Diff line number Diff line change @@ -147,10 +147,6 @@ The following provides a good starting point for creating `etc/jvm.config`:
147147-XX:GCLockerRetryAllocationCount=32
148148# Allow loading dynamic agent used by JOL
149149-XX:+EnableDynamicAgentLoading
150- # Trino server behavior does generally not depend on locale settings.
151- # Use en_US as this is what Trino is tested with.
152- -Duser.language=en
153- -Duser.region=US
154150```
155151
156152You must adjust the value for the memory used by Trino, specified with ` -Xmx `
Original file line number Diff line number Diff line change 1717-XX:ErrorFile=/docker/logs/product-tests-presto-jvm-error-file.log
1818# Allow loading dynamic agent used by JOL
1919-XX:+EnableDynamicAgentLoading
20- # Trino server behavior does generally not depend on locale settings.
21- # Use en_US as this is what Trino is tested with.
22- -Duser.language=en
23- -Duser.region=US
Original file line number Diff line number Diff line change 1616-XX:ErrorFile=/docker/logs/product-tests-presto-jvm-error-file.log
1717# Allow loading dynamic agent used by JOL
1818-XX:+EnableDynamicAgentLoading
19- # Trino server behavior does generally not depend on locale settings.
20- # Use en_US as this is what Trino is tested with.
21- -Duser.language=en
22- -Duser.region=US
You can’t perform that action at this time.
0 commit comments