Melroy van den Berg
Melroy van den Berg
Thanks for your response @antonputra! > I used the default settings for the test. Yeah so indeed definitely do not try to use the default settings. Then you are mainly...
Let me check today!
OK, so about huge pages. This can help a lot in databases. Huge pages can be turned on via: https://repost.aws/knowledge-center/configure-hugepages-ec2-linux-instance If that all works you can try to enable `huge_pages`...
Thanks I will also try to optimize MySQL even more using MySQLTuner.. And don't be afraid to _play_ with the settings. For example, I'm curious whether decreasing `innodb_buffer_pool_instances` from `12`...
> Looking at the MySQL config: And what about MariaDB as well? Since soon @antonputra will most likely also include MariaDB. > so not sure why you've enabled it? Most...
One think we all agree with is removing the slow query logs. So I started with that, see PR: https://github.com/antonputra/tutorials/pull/319
> @AshleyPinner thank you, thank you, THANK YOU! When I first saw this 'my.cnf' config, my eyes started to bleed. This is what happens when people write 'Benchmark' for software...
Yes please.. 👍🏽 whenever I try to upgrade to use v30, I actually get: ``` ├─┬ @angular-devkit/build-angular 20.3.3 │ └── ✕ unmet peer jest@^29.5.0: found 30.2.0 └─┬ @angular-builders/jest 20.0.0 └─┬...
I guess that https://github.com/just-jeb/angular-builders needs to be updated again? or not?? Related: https://github.com/just-jeb/angular-builders/issues/1354 Related: https://github.com/just-jeb/angular-builders/issues/1355
I'm now using the `next` tag for the @angular-devkit/build-angular package. It seems to work.. But please, once @angular-devkit/build-angular for v16 is out, update your WoW as well.