From eb29a959f2cb8e0a07f302d6abcd436f0c11dc46 Mon Sep 17 00:00:00 2001 From: Mariusz Krzaczkowski Date: Mon, 1 Jul 2024 15:09:11 +0200 Subject: [PATCH] up --- .editorconfig | 4 ---- .github/workflows/build-dev.yml | 2 +- .github/workflows/build-prod.yml | 2 +- docs/1-introduction/1-requirements/2-database-performance.md | 3 +++ i18n/en/code.json | 3 --- i18n/pl/code.json | 3 --- 6 files changed, 5 insertions(+), 12 deletions(-) diff --git a/.editorconfig b/.editorconfig index 7ac874d2..f4acaf25 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,10 +9,6 @@ trim_trailing_whitespace = true max_line_length = 120 quote_type = single -[*.json] -indent_style = space -indent_size = 2 - [*.yml] indent_style = space indent_size = 2 diff --git a/.github/workflows/build-dev.yml b/.github/workflows/build-dev.yml index 627def2b..eaed953e 100644 --- a/.github/workflows/build-dev.yml +++ b/.github/workflows/build-dev.yml @@ -38,7 +38,7 @@ jobs: cmd: build - name: Zip artifact - run: zip -r build.zip build + run: zip -q -r build.zip build - name: Upload artifact uses: actions/upload-artifact@v3 diff --git a/.github/workflows/build-prod.yml b/.github/workflows/build-prod.yml index 480a1a98..83e9cb6e 100644 --- a/.github/workflows/build-prod.yml +++ b/.github/workflows/build-prod.yml @@ -38,7 +38,7 @@ jobs: cmd: build - name: Zip artifact - run: zip -r build.zip build + run: zip -q -r build.zip build - name: Upload artifact uses: actions/upload-artifact@v3 diff --git a/docs/1-introduction/1-requirements/2-database-performance.md b/docs/1-introduction/1-requirements/2-database-performance.md index 9b050029..2a76dbcd 100644 --- a/docs/1-introduction/1-requirements/2-database-performance.md +++ b/docs/1-introduction/1-requirements/2-database-performance.md @@ -18,8 +18,11 @@ preview: 2-database-performance.jpg A proper configuration of the database server is an important element within the system implementation process. This article does not describe the configuration procedures, but highlights a few crucial points in optimizing a server environment. These guidelines are not mandatory, they are suggestions that result from many years of experience within the IT environment: 1. Your friends are: vmstat / dstat, iostat, top, ps and any graphical history of values. + 2. Define the bottleneck (read/write, memory, CPU, network). How? Refer to point 1. + 3. Server optimization according to the process: problem analysis > consideration > change (only one change a time) > test > implement > begin the process again until you achieve satisfactory / optimal results. + 4. Hardware - Recommended to use RAID 10 (RAID 5 may not be sufficient). diff --git a/i18n/en/code.json b/i18n/en/code.json index f9848846..92900ea1 100644 --- a/i18n/en/code.json +++ b/i18n/en/code.json @@ -5,9 +5,6 @@ "Official documentation/guide of the YetiForce system": { "message": "Official documentation/guide of the YetiForce system" }, - "👷 Site under construction 👷": { - "message": "👷 Site under construction 👷" - }, "Get Started": { "message": "Get Started" }, diff --git a/i18n/pl/code.json b/i18n/pl/code.json index 19392313..a4764ee2 100644 --- a/i18n/pl/code.json +++ b/i18n/pl/code.json @@ -5,9 +5,6 @@ "Official documentation/guide of the YetiForce system": { "message": "Oficjalna dokumentacja/przewodnik systemu YetiForce" }, - "👷 Site under construction 👷": { - "message": "👷 Strona w trakcie budowy 👷" - }, "Get Started": { "message": "Rozpocznij" },