|
FreeBSD GTK shmget problem |
|
|
poniedziałek, 30 kwiecień 2007 |
Q: I have problem with GTK applications using shared memory - I get this error:
Gdk-WARNING **: shmget failed: error 12 (Cannot allocate memory)
A: Put this line into /etc/sysctl.conf (eventually increasing memory size):
sysctl kern.ipc.shmall=65536
|