Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: what is smart backup
sai wrote:
> hi,
> u can increase the shmmax on linux
> issue
> cat/proc/system/kernel/shmmax >(the value u wanted)
That reads the value; to set it you'd presumably write a value to the same file, with something like
echo value > /proc/system/kernel/shmmax
![]() |
![]() |