Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuszkrzaczkowski committed Jul 1, 2024
1 parent 8e7f3d2 commit eb29a95
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 12 deletions.
4 changes: 0 additions & 4 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions docs/1-introduction/1-requirements/2-database-performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
3 changes: 0 additions & 3 deletions i18n/en/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
3 changes: 0 additions & 3 deletions i18n/pl/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit eb29a95

Please sign in to comment.