z***h 发帖数: 3 | 1 I try to install Firebird 2.7 on Solaris machine, SunOS 5.7.
Compilation is successful, but the problem is only 6 shared
memory can be attached to the process. For instance, I can
only call "shmat()" 6 times, then the next call will cause
an "too many files error".
Is there any settings related to how many segments we can
attach to a process?
//bow a thousand times!!!! | g*****y 发帖数: 26 | 2 /etc/system
modify shmseg to big enough!
【在 z***h 的大作中提到】 : I try to install Firebird 2.7 on Solaris machine, SunOS 5.7. : Compilation is successful, but the problem is only 6 shared : memory can be attached to the process. For instance, I can : only call "shmat()" 6 times, then the next call will cause : an "too many files error". : Is there any settings related to how many segments we can : attach to a process? : //bow a thousand times!!!!
| g*****y 发帖数: 26 | 3 set shmsys:shminfo_shmseg=20
【在 g*****y 的大作中提到】 : /etc/system : modify shmseg to big enough!
| z***h 发帖数: 3 | 4 thanks! it's really helpful!!!
【在 g*****y 的大作中提到】 : set shmsys:shminfo_shmseg=20
|
|