I just got back to trying to get this working.
From /etc/sysctl.conf:
Code:
# Controls the default maxmimum size of a mesage queue
kernel.msgmax = 65536
# Controls the maximum shared segment size, in bytes
kernel.shmmax = 68719476736
# Controls the maximum number of shared memory segments, in pages
kernel.shmall = 4294967296
You had mentioned some patches, is there a suggested method for going about getting a codebase that will work in 64-bit?