summaryrefslogtreecommitdiff
path: root/PCAP-PIC/deployment configuration/tsg/services.yml
diff options
context:
space:
mode:
authorwangchengcheng <[email protected]>2023-07-27 15:43:51 +0800
committerwangchengcheng <[email protected]>2023-07-27 15:43:51 +0800
commit124f687daace8b85e5c74abac04bcd0a92744a8d (patch)
tree4f563326b1be67cfb51bf6a04f1ca4d953536e76 /PCAP-PIC/deployment configuration/tsg/services.yml
parent08686ae87f9efe7a590f48db74ed133b481c85b1 (diff)
P19 23.07 online-configP19
Diffstat (limited to 'PCAP-PIC/deployment configuration/tsg/services.yml')
-rw-r--r--PCAP-PIC/deployment configuration/tsg/services.yml39
1 files changed, 39 insertions, 0 deletions
diff --git a/PCAP-PIC/deployment configuration/tsg/services.yml b/PCAP-PIC/deployment configuration/tsg/services.yml
new file mode 100644
index 0000000..1a0dcfe
--- /dev/null
+++ b/PCAP-PIC/deployment configuration/tsg/services.yml
@@ -0,0 +1,39 @@
+#=================Galaxy-hos-service Configuration=================#
+#JVM heap size
+hos_java_opts: "-Xmx10240m -Xms10240m -Xmn512m"
+
+#Whether to enable SSL.
+#open: 1 , close: 0
+hos_enable_ssl: 0
+
+#Download files quickly,Used for HBase with a memory larger than 20GB.
+#open: 1 , close: 0
+hos_quick_download: 0
+
+#Nacos namespace
+hos_config_namespace: PCAP
+
+#=================Galaxy-qgw-service Configuration=================#
+#JVM heap size
+qgw_java_opts: "-Xmx5120m -Xms1024m"
+
+#Nacos namespace
+qgw_config_namespace: MSH
+
+#=================Galaxy-job-service Configuration=================#
+#JVM heap size
+job_java_opts: "-Xmx2048m -Xms1024m"
+
+#Galaxy-job-service's MariaDB database name
+mariadb_job_database: xxl_job
+
+#Nacos namespace
+job_config_namespace: MSH
+
+#================Galaxy-report-service Configuration=================#
+#JVM heap size
+report_java_opts: "-Xmx1024m -Xms1024m"
+
+#Nacos namespace
+report_config_namespace: MSH
+