240 发简信
IP属地:广东
  • 关闭防火墙关闭selinux

    systemctl stop firewalld.service #关闭防火墙 systemctl disable firewalld.serv...

  • Oracle 18c 数据库性能调优

    Oracle 18c性能调优 调优修改oracle参数配置: 需求,需要将一下参数设置为: HUGE_PAGE 78874 SGA 165893...

  • spin_lock

    当性能测试出现下降,使用perf top监控,出现mt_spin_lock_wait超过5% 出现spin_lock的有几种情况。 1、root...

  • benchmarksql5.0测试postgresql-13beta2

    1、下载并安装:postgresql-13beta2 13_1的搭建过程; ./configure make su make i...