- 论坛徽章:
- 0
|
allocate max shared memory = 0时
ipcs -a
------ Shared Memory Segments --------
key shmid owner perms bytes nattch status
0xf809b270 425984 sybase 600 12195201024 6
1> sp_configure 'memory'
2> go
.......
An additional 378424 K bytes of memory is available for reconfiguration. This is the difference between 'max memory' and 'total logical memory'.
1> sp_configure 'allocate max',1
2> go
Parameter Name Default Memory Used Config Value Run Value Unit Type
------------------------------ ----------- ----------- ------------ ------------ -------------------- ----------
allocate max shared memory 0 0 1 1 switch dynamic
ipcs -a
------ Shared Memory Segments --------
key shmid owner perms bytes nattch status
0xf809b270 425984 sybase 600 12195201024 6
0xf809b2ff 458753 sybase 600 387710976 6 |
|