commsprocess/commsrootserverconfig/etc/c32start.ini
author Stefan Karlsson <stefan.karlsson@nokia.com>
Sat, 10 Apr 2010 13:42:16 +0100
branchCompilerCompatibility
changeset 20 a283fb7b2a66
parent 0 dfb7c4ff071f
child 13 98a7181d2ce7
permissions -rw-r--r--
Got rid of some trivial warnings (nested comments and tokens after #endif).

[Global]
# mbuf manager memory constraints - no bearing on the pools; the key name has been kept for backward compatibility
# - minSize has no meaning when using mbuf manager's RHeap/user-chunk model, for the DChunk model it is completely ignored
# - format = min/init total memory size (in bytes)
MBufPoolSize=393216,393216

# mbuf size allocation information
# - mbuf size guidelines;
#   a. 128 byte is mandatory for some (poorly writen) legacy code that assumes the existance of mbufs of this size
#   b. < 128 byte is acceptable, but could break some (poorly written) legacy code that assumes that minimum mbuf size is 128
# - format = mbuf size(in bytes), initial allocation (in mbufs), minimum growth (in mbufs), automatic growth threshold (in mbufs)
MBufSizeAllocInfo1 = 128,  128, 64, 48	
MBufSizeAllocInfo2 = 1600, 64, 16, 12