Hello,
I use below parameter for sybase DB.
sp_configure 'max memory', 0, '24G'
go
sp_configure 'procedure cache size', 0, '4G'
go
sp_configure 'number of sort buffers', 2000
go
sp_configure 'max online engine', 20
go
sp_configure 'number of user connections', 1000
go
sp_configure 'number of locks', 15000000
go
sp_cacheconfig 'default data cache', 'cache partition=16'
go
sp_configure 'statement cache size', 0, '500M'
go
sp_configure 'number of sort buffers', 2000
go
sp_configure 'max online engine', 20
go
WR,
Akshay