You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
msgid "If this number is negative, reduce the innodb_buffer_pool_size until the join_buffer_size turns positive, but allocate approximately from between 25%-50% of memory to the innodb_buffer_pool_size if the database is hosted on the Cacti server, or upto 80% of the systems memory if the database is separate from the Cacti web server. However, try to not go below the default of 262,144. When performing joins, if they are below this size, they will be kept in memory and never written to a temporary file. As this is a per connection memory allocation, care must be taken not to increase it too high. The sum of the join_buffer_size + sort_buffer_size + read_buffer_size + read_rnd_buffer_size + thread_stack + binlog_cache_size + Core MySQL/MariaDB memory should be below 80% if the database is hosted on the Cacti web server and less if you intend to have very large RRDfiles or hundreds of thousands to millions long term."
20621
20621
msgstr ""
20622
-
"Om detta tal är negativt, minska innodb_buffer_pool_size tills "
20623
-
"join_buffer_size blir positivt, men allokera ungefär mellan 25%-50% minne "
20624
-
"till innodb_buffer_pool_size om databasen är hostad på Cacti-servern, eller "
20625
-
"upp till 80% o f systemminnet om databasen är separat från Cacti-"
20626
-
"webbservern. Försök dock att inte gå under standardvärdet på 262 144. När "
20627
-
"du utför sammankopplingar, om de är mindre än denna storlek, kommer de att "
20628
-
"hållas i minnet och aldrig skrivas till en tillfällig fil. Eftersom detta "
20629
-
"är en minnesallokering per anslutning måste man se till att inte öka den för "
20630
-
"mycket. Summan av join_buffer_size + sort_buffer_size + read_buffer_size + "
"Core MySQL/MariaDB-minne bör vara under 80% i om databasen är värd på Cacti-"
20633
+
"webbservern och mindre om du tänker ha mycket stora RRD-filer eller "
20634
+
"hundratusentals till miljoner på lång sikt."
20635
20635
20636
20636
#: lib/utility.php:1230
20637
20637
msgid "If this number is negative, reduce the innodb_buffer_pool_size until the sort_buffer_size turns positive, but allocate approximately from between 25%-50% of memory to the innodb_buffer_pool_size if the database is hosted on the Cacti server, or upto 80% of the system memory if the database is separate from the Cacti web server. However, try to not go below the default setting of 2,097,152. A sort buffer performs sorts for some queries using ORDER BY or GROUP BY. Configuring sort_buffer_size decides how much memory will be allocated for sort queries. The sort_buffer_size may need to be adjusted from the default if the workload requires a significant number of sort queries. The sort_buffer_size is defined on a per-session variable. Use the same equation as that of the join_buffer_size to determine the per connection possible memory."
20638
20638
msgstr ""
20639
-
"Om detta tal är negativt, minska innodb_buffer_pool_size tills "
20640
-
"sort_buffer_size blir positivt, men allokera ungefär mellan 25%-50% minne "
20641
-
"till innodb_buffer_pool_size om databasen är hostad på Cacti-servern, eller "
20642
-
"upp till 80% o f systemminnet om databasen är separat från Cacti-"
20643
-
"webbservern. Försök dock att inte gå under standardinställningen på 2 097 "
20644
-
"152. En sorteringsbuffert utför sorteringar för vissa frågor som använder "
20645
-
"ORDER BY eller GROUP BY. Genom att konfigurera sort_buffer_size avgörs hur "
20646
-
"mycket minne som ska allokeras för sorteringsfrågor. Sort_buffer_size kan "
20647
-
"behöva justeras från standardvärdet om arbetsbelastningen kräver ett stort "
20648
-
"antal sorteringsfrågor. Sort_buffer_size definieras som en variabel per "
20649
-
"session. Använd samma ekvation som för join_buffer_size för att bestämma "
20650
-
"det möjliga minnet per anslutning."
20639
+
"Om detta tal är negativt, minska innodb_buffer_pool_size tills % i blir "
20640
+
"positivt, sort_buffer_size blir positivt, men allokera ungefär mellan 25%-"
20641
+
"50% minne till innodb_buffer_pool_size om databasen är hostad på Cacti-"
20642
+
"servern, eller upp till 80% o f systemminnet om databasen är separat från "
20643
+
"Cacti-webbservern. Försök dock att inte gå under standardinställningen på 2 "
20644
+
"097 152. En sorteringsbuffert utför sorteringar för vissa frågor som "
20645
+
"använder ORDER BY eller GROUP BY. Genom att konfigurera sort_buffer_size "
20646
+
"avgörs hur mycket minne som ska allokeras för sorteringsfrågor. "
20647
+
"Sort_buffer_size kan behöva justeras från standardvärdet om "
20648
+
"arbetsbelastningen kräver ett stort antal sorteringsfrågor. Sort_buffer_size "
20649
+
"definieras som en variabel per session. Använd samma ekvation som för "
20650
+
"join_buffer_size för att bestämma det möjliga minnet per anslutning."
0 commit comments