commsprocess/commsrootserverconfig/etc/t_c32start.ini
branchRCL_3
changeset 11 98a7181d2ce7
parent 0 dfb7c4ff071f
equal deleted inserted replaced
9:77effd21b2c9 11:98a7181d2ce7
     1 [Global]
     1 [Global]
     2 # mbuf manager memory constraints - no bearing on the pools; the key name has been kept for backward compatibility
     2 # mbuf manager memory constraints - no bearing on the pools; the key name has been kept for backward compatibility
     3 # - minSize has no meaning when using mbuf manager's RHeap/user-chunk model, for the DChunk model it is completely ignored
     3 # - minSize has no meaning when using mbuf manager's RHeap/user-chunk model, for the DChunk model it is completely ignored
     4 # - format = min/init total memory size (in bytes)
     4 # - format = min/init total memory size (in bytes)
     5 MBufPoolSize=393216,393216
     5 MBufPoolSize=524288,524288
     6 #MBufPoolSize=262144,262144
       
     7  
     6  
     8 # mbuf size allocation information
     7 # mbuf size allocation information
     9 # - mbuf size guidelines;
     8 # - mbuf size guidelines;
    10 #   a. 128 byte is mandatory for some (poorly writen) legacy code that assumes the existance of mbufs of this size
     9 #   a. 128 byte is mandatory for some (poorly writen) legacy code that assumes the existance of mbufs of this size
    11 #   b. < 128 byte is acceptable, but could break some (poorly written) legacy code that assumes that minimum mbuf size is 128
    10 #   b. < 128 byte is acceptable, but could break some (poorly written) legacy code that assumes that minimum mbuf size is 128