240 发简信
IP属地:四川
  • 关闭防火墙关闭selinux

    systemctl stop firewalld.service #关闭防火墙 systemctl disable firewalld.service #永久关闭防火墙 se...

  • Oracle 18c 数据库性能调优

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

  • spin_lock

    当性能测试出现下降,使用perf top监控,出现mt_spin_lock_wait超过5% 出现spin_lock的有几种情况。 1、rootdbs大小不合理 在运行过程中...

  • 每个程序员都应该知道的一些时间数据

    基于上述数字的指标: 从磁盘以 30 MB/s 的速度顺序读取 从 SSD 以 1 GB/s 的速度读取 以 4 GB/s 的速度从主存读取 以 100 MB/s 从 1 G...

  • benchmarksql5.0测试postgresql-13beta2

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

  • 基于 GitLab 实现CI 中的制品管理

    一、定义 制品 Artifacts is a list of files and directories which are attached to a job after ...