Onlyoffice optimization

This commit is contained in:
Brieuc Dubois 2023-12-11 21:31:38 +01:00
parent 586ce6fa12
commit 537968b26a
1 changed files with 3 additions and 2 deletions

View File

@ -54,7 +54,8 @@ services:
- ELASTICSEARCH_SERVER_HOST=onlyoffice-elasticsearch - ELASTICSEARCH_SERVER_HOST=onlyoffice-elasticsearch
- ELASTICSEARCH_SERVER_HTTPPORT=9200 - ELASTICSEARCH_SERVER_HTTPPORT=9200
- NGINX_WORKER_PROCESSES=1 - NGINX_WORKER_PROCESSES=1
- NGINX_WORKER_CONNECTIONS=1024 - NGINX_WORKER_CONNECTIONS=200
- CPU_PROCESSOR_COUNT=200
volumes: volumes:
- $DATA/onlyoffice/CommunityServer/data:/var/www/onlyoffice/Data - $DATA/onlyoffice/CommunityServer/data:/var/www/onlyoffice/Data
- $DATA/onlyoffice/CommunityServer/log:/var/log/onlyoffice - $DATA/onlyoffice/CommunityServer/log:/var/log/onlyoffice
@ -83,7 +84,7 @@ services:
environment: environment:
- discovery.type=single-node - discovery.type=single-node
- bootstrap.memory_lock=true - bootstrap.memory_lock=true
- "ES_JAVA_OPTS=-Xms1g -Xmx1g -Dlog4j2.formatMsgNoLookups=true" - "ES_JAVA_OPTS=-Xms250m -Xmx250m -Dlog4j2.formatMsgNoLookups=true"
- "indices.fielddata.cache.size=30%" - "indices.fielddata.cache.size=30%"
- "indices.memory.index_buffer_size=30%" - "indices.memory.index_buffer_size=30%"
- "ingest.geoip.downloader.enabled=false" - "ingest.geoip.downloader.enabled=false"