> > 1.3) Why am I getting "IpcMemoryCreate" errors when I try
> > to run the postmaster?
> >
> > (See also 3.4 in the main FAQ file)
> >
> > Under Solaris 2.6 and probably others, the default shared memory
> > maximum segment size kernel parameter is set too low. The solution
> > is to put something like the following line into /etc/system and
> > reboot the system.
> >
> > set shmsys:shminfo_shmmax=0x7fffffff
> >
> > Excellent info regarding shared memory under Solaris can be found he
> re
> > :
> > http://www.sunworld.com/swol/09/1997/swol/09/insidesolaris.html
> >
> >
> > 에서 위를 해석해 보면 /etc/system 에 set shmsys:shminfo_shmmax=0x7ff
> ff
> > fff 를 추가하고 재부팅시키라고
> > 했는데 맞죠??
> > 그런데 저희것을 보면
> > * set:
> > *
> > * Set an integer variable in the kernel or a module to a new v
> al
> > ue.
> > * This facility should be used with caution. See system(4).
> > *
> > * Examples:
> > *
> > * To set variables in 'unix':
> > *
> > * set nautopush=32
> > * set maxusers=40
> > *
> > * To set a variable named 'debug' in the module named 'test_mo
> du
> > le'
> > *
> > * set test_module:debug = 0x13
> >
> > 이런식으로 되어있는데... set이니까.. 여기다가 하는거 맞나요?
> > 그리고 앞에 *를 하고 어디부분에다가 해야하나요??
> > 궁금해요...
>
> 설정방법에 대한 것은 저도 잘 모릅니다.
> 대부분의 경우 앞에 * 를 넣어 주면 comment로 처리하는 경우가 많은데 sol
> aris도 그런것 아닌가요.
> 개인적인 생각으로는 * 를 없애고 set 명령어를 적어 줘야 할 것 같습니다.
>
>
> 누구 아시는분 정확한 답변을 주신다면 감사... :/)
>
오래된 질문이라서 벌써 다 해결하셨겠지만.. 정확히 말하자면..
*를 없애고 set 명령을 적어주시면 됩니다.. * 는 comment로 처리하는거니까요..
저도 같은 문제를 겪었었는데.. 6.4를 깔때에는 없던 문제였는..
6.5.3를 쓰니 발생하더군요..
|