]> _ Git - fluidbook-toolbox.git/commitdiff
wait #7255 @2
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 27 Jan 2025 17:50:15 +0000 (18:50 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 27 Jan 2025 17:50:15 +0000 (18:50 +0100)
.docker/config/mariadb/finetuning.cnf
scripts/dockerterminal.bat
scripts/restartworkers-dev.bat
scripts/restartworkers.bat

index ea97623851a59c6d82f0b6e4723ecdf5174af705..d8ede16d49b6f682480dab5e58511d0293ff57ca 100644 (file)
@@ -2,15 +2,15 @@
 
 skip-name-resolve
 
-key_buffer_size         = 128M
-max_allowed_packet      = 512M
-max_heap_table_size     = 512M
-tmp_table_size          = 256M
+key_buffer_size         = 64M
+max_allowed_packet      = 256M
+max_heap_table_size     = 256M
+tmp_table_size          = 128M
 
-innodb_buffer_pool_size = 4G
+innodb_buffer_pool_size = 1G
 
 join_buffer_size        = 32M
-join_buffer_space_limit = 256M
-join_cache_level        = 12
+join_buffer_space_limit = 128M
+join_cache_level        = 6
 
-query_cache_size       = 256M
+query_cache_size       = 128M
index 21ab374ec257bb3ad8d9c00115d53abe345e2057..a8e66b72a74477f3ba77da06625cc3c397761020 100644 (file)
@@ -1,3 +1,3 @@
 @echo off
 cls
-ssh -t root@toolbox.fluidbook.com 'docker exec -it -u toolbox fluidbook-toolbox /bin/bash'
+ssh -t root@amadeus.cubedesigners.com 'docker exec -it -u toolbox fluidbook-toolbox /bin/bash'
index 8b63cbf4801563b3db2653648945966d935665a9..c6601cc22d85b4893adf3db62444869b7f8b7baa 100644 (file)
@@ -1,6 +1,6 @@
 @echo off
 cls
-ssh -t root@dev.toolbox.fluidbook.com 'docker exec -it -u toolbox fluidbook-toolbox-dev /application/scripts/restartworkers.sh'
+ssh -t root@amadeus.cubedesigners.com 'docker exec -it -u toolbox fluidbook-toolbox-dev /application/scripts/restartworkers.sh'
 exit
 exit
 exit
index 3880b55bcc00a3e4923da74e51195686395bdf23..5d515a9ae59df6710a7b0a5fcad6672326c4229c 100644 (file)
@@ -1,6 +1,6 @@
 @echo off
 cls
-ssh -t root@toolbox.fluidbook.com 'docker exec -it -u toolbox fluidbook-toolbox /application/scripts/restartworkers.sh'
+ssh -t root@amadeus.cubedesigners.com 'docker exec -it -u toolbox fluidbook-toolbox /application/scripts/restartworkers.sh'
 exit
 exit
 exit