[RTEMS Project] #2267: Increase maximum block size allowed by IMFS

RTEMS trac trac at rtems.org
Fri Feb 13 20:42:43 UTC 2015


#2267: Increase maximum block size allowed by IMFS
---------------------------+------------------
 Reporter:  joel.sherrill  |      Owner:
     Type:  defect         |     Status:  new
 Priority:  normal         |  Milestone:  5.0
Component:  General        |    Version:  4.11
 Severity:  normal         |   Keywords:
---------------------------+------------------
 In imfs_initsupp.c, there is code to limit the maximum block size for the
 IMFS to a power of two <= 512. This code was written a long time ago (at
 least 15 years) and at that point having a lot of RAM was inconceivable. I
 am proposing to increase the limit to at least 8192.

 I am not proposing we change the default which is currently 128 bytes.
 This gives a maximum file size of ~1GB.

 Increasing it to 8192 would make the limit approximately 16GB.

--
Ticket URL: <http://devel.rtems.org/ticket/2267>
RTEMS Project <http://www.rtems.org/>
RTEMS Project


More information about the bugs mailing list