bonjour ,
j'ai un serveur sur mysql 8 qui a la config suivante

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
 
max_allowed_packet= 100M
innodb_strict_mode = 0
join_buffer_size =150G
tmp_table_size = 18446744073709551615
max_heap_table_size = 18446744073709551615
sql_mode = ''
innodb_buffer_pool_size=165G
innodb_log_file_size =1G
innodb_log_files_in_group=33
binlog_cache_size = 20M
table_open_cache=524288
table_open_cache_instances = 64
innodb_parallel_read_threads = 256
expire_logs_days        = 10
max_binlog_size         = 100M
max_connections        = 2000
open_files_limit        = 163840
thread_cache_size       = 16384
thread_stack            = 192K
sort_buffer_size = 15G
read_buffer_size = 2147479552
read_rnd_buffer_size = 2147479552
innodb_read_ahead_threshold = 64
innodb_change_buffer_max_size = 30
innodb_buffer_pool_instances = 64
performance_schema=ON
performance-schema-instrument='statement/%=ON'
performance-schema-consumer-statements-digest=ON
innodb_monitor_enable=all
performance-schema-instrument='stage/%=ON'
performance-schema-consumer-events-stages-current=ON
performance-schema-consumer-events-stages-history=ON
performance-schema-consumer-events-stages-history-long=ON
performance-schema-consumer-events-statements-history-long=ON
en physique j'ai 30 vCPUs 190G ram

et sur mon superviseur je voie que j'ai 48% de Free Memory avez vous une idée pour quoi j'ai autan de Free Memory ?