View Single Post
  #7  
Old 06-16-2009, 11:43 PM
RequiemTCE
Fire Beetle
 
Join Date: Mar 2009
Location: Cambridge, MA
Posts: 7
Default

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?
Reply With Quote