Why Nostr? What is Njump?
2025-03-29 20:30:50
in reply to

JB Carroll on Nostr: ɯɟʇɹ Friendica Support I would log into your mariadb on your server laptop by ...

I would log into your mariadb on your server laptop by using sudo mariadb -u root -p, enter the password, then enter the following in the mariadb client you just logged in to, to show the current size:

SHOW VARIABLES LIKE 'innodb_buffer_pool_size';

(The semicolon at the end is required!) To change it, in the same mariadb client, you can enter:

SET GLOBAL innodb_buffer_pool_size = 2G;

The can exit the mariadb client by typing quit;
Author Public Key
npub17ahu7djsy07s2kgsajwf8uf6x58wzk8290ncp4zf2ygfdvlwu47qj5pm2a