Jump to ID:
BSPs and Drivers

Project Home

Documents

Discussions

Wiki

Project Info
Forum Topic - devb-ram does not allow large ram disks to be created (DM355EVM): Page 1 of 6 (6 Items)
   
 
 
devb-ram does not allow large ram disks to be created (DM355EVM)  
I am trying to create a 16MB RAM drive using devb-ram on the DM355EVM. Unfortunately I get the following response.

# devb-ram ram  capacity=32768,nodinit,cache=0m
# ram_sim_attach:  malloc size 16777216 - Not enough memory
xpt_configure:  ram SIM attach failure

I am able to create an 8MB RAM drive with no problem...

# devb-ram ram  capacity=16384,nodinit,cache=0m
# Path=0 -
 target=0 lun=0     Direct-Access(0) - ram  Rev:

As a matter of fact I can create many of them as long as they are each 8MB but I cannot seem to make larger ones.

Is there a built in limitation to the size allocated by devb-ram?