Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » SQL Anywhere 服务器 - 数据库管理 » 启动并连接到数据库 » 数据库服务器 » 数据库服务器选项

 

-gb 服务器选项

设置服务器进程优先级。

Windows 语法
{ dbsrv11 | dbeng11 } -gb { idle | normal | high | maximum } ...
Unix 语法
{ dbsrv11 | dbeng11 } -gb level ...
适用于

Windows、Unix、Mac OS X

注释

此选项设置服务器进程优先级。

在 Windows 上,normal 和 high 为常用设置。提供值 idle 是为了使值集完整,而 maximum 可能会影响计算机的运行。

在 Unix 上,level 是一个介于 -20 和 19 之间的整数。Unix 上的缺省值与父进程的精确值相同。较低的 level 值代表更加合适的调度优先级。有关设置精确值的所有限制均适用于 -gb 选项。例如,在大多数 Unix 平台上,只有 root 用户能够降低进程的优先级(例如,将其从 0 更改为 -1)。