SAP Sybase引數調整

2021-07-10 13:52:36 字數 1334 閱讀 6343

在建立ase server後,我們需要根據機器的硬體資源情況和應用特徵等因素調整ase server的引數設定。在這裡將以本人的乙個虛擬機器環境為例加以說明。

虛擬機器環境如下:

* 4個邏輯cpu (intel(r) xeon(r) cpu  e5620 @ 2.40ghz)

* 記憶體8gb,可用記憶體4gb

針對應用:

本人在文章"乙個測試資料庫oltp效能的benchmark程式"中所述的應用

下面是具體的設定:

--1. 調整ase server的配置引數

sp_configure 'max memory' , 2097152

gosp_configure 'lock scheme' , 0 , 'datarows'

gosp_configure 'procedure cache size' , 102400    --200m

gosp_configure 'statement cache size', 10240      --20m

gosp_configure 'enable literal autoparam', 1

go--sp_configure 'optimization goal','allrows_oltp'

--go

--sp_configure 'enable monitoring',1

--go

sp_configure 'disk i/o structures', 1024

gosp_configure 'max online engines' , 4

gosp_configure 'number of user connections' , 200

gosp_configure 'number of locks' , 1000000

gosp_configure 'number of open objects' , 1000

gosp_configure 'number of open indexes' , 2000

gosp_configure 'number of open partitions' , 2000

go--2. 設定預設資料快取記憶體

sp_cacheconfig 'default data cache' , '1024m', 'cache_partition=8'

go--3. 修改執行緒池設定

alter thread pool syb_blocking_pool with thread count = 2

goalter thread pool syb_default_pool with thread count = 4

go

調整音訊引數

有時候將音量調到最大仍然感覺聲音偏小,這個時候就要調音訊引數了 檔案目錄 alps mediatek custom common cgen inc audio volume custom default.h 另外藍芽通話的音量可以通過以下的方法進行調整 調整sph coeff default.h中的...

postgresql引數調整

max connections 512 允許客戶端連線的最大數目 fsync off 強制把資料同步更新到磁碟 shared buffers 30g 決定有多少記憶體可以被postgresql用於快取資料 推薦記憶體的1 4 work mem 16m 使內部排序和一些複雜的查詢都在這個buffer中...

Lustre引數調整

1.1 mkfs.lustre設定引數 設定超時時間為50 mkfs.lustre mdt param sys.timeout 50 dev sda1.2 tunefs.lustre設定引數 tunefs.lustre命令新增的為新的引數,而不會替代引數。tunefs.lustre param fa...