Skip to content

Commit 26a17f8

Browse files
committed
Revert "Run server with en_US locale"
This reverts commit a0dd9e3.
1 parent 58e8f22 commit 26a17f8

File tree

5 files changed

+0
-20
lines changed
  • core
  • docs/src/main/sphinx/installation
  • testing/trino-product-tests-launcher/src/main/resources/docker/presto-product-tests/conf

5 files changed

+0
-20
lines changed

core/docker/default/etc/jvm.config

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,3 @@
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

core/trino-server-rpm/src/main/resources/dist/config/jvm.config

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,3 @@
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

docs/src/main/sphinx/installation/deployment.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

156152
You must adjust the value for the memory used by Trino, specified with `-Xmx`

testing/trino-product-tests-launcher/src/main/resources/docker/presto-product-tests/conf/environment/multinode-all/jvm.config

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,3 @@
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

testing/trino-product-tests-launcher/src/main/resources/docker/presto-product-tests/conf/presto/etc/jvm.config

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,3 @@
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

0 commit comments

Comments
 (0)