Table of Contents |
---|
...
Type | System | Level range | Remarks |
---|---|---|---|
IQA | HW | 1~9 | Requires Intel QAT H/W compression board |
ZLIB | SW | 1~9 | - |
LZ4 | SW | 1~9 | - |
NONE | - | - | OFF |
The command to set the compression plug-in is as follows.
Type | Commands | Example output | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
IQA | drx-ctl set compress iqa [level] [connect name] |
| |||||||||
ZLIB | drx-ctl set compress zlib [level] [connect name] |
| |||||||||
LZ4 | drx-ctl set compress lz4 [level] [connect name] |
| |||||||||
NONE | drx-ctl set compress none 0 [connect name] |
|
...
- QA team's analysis of performance impact
/wiki/spaces/QA/pages/925794470
Configuration CPU Core count Number of automatically calculated threads S/W Zlib Level 1 8 Core / 1GBps 4 H/W Zlib Level 1 16 Core / 2GBps 8
- Commands
Code Block theme DJango title process-thread-count collapse true < Configuration > [root@c73-qat-1 drbd.d]# drx-ctl set process-thread-count 10 Result: done. [root@c73-qat-1 drbd.d]# < Check > [root@c73-qat-1 drbd.d]# drx-ctl show all ... ip-verification=on process-thread-count=10 [root@c73-qat-1 drbd.d]#
...
7.4.2 Virtual Memory Management
Virtual memory The virtual memory size of process information is the total amount of memory used by the process. Linux Linux can adjust the virtual memory size used by the process through the environment variable MALLOC_ARENA_MAX. Windows is excluded because it can only change the total size of virtual memory.
...