Showing changes from revision #5 to #6:
Added | Removed | Changed
This *Command changes the memory allocation for the current and (optionally) the next Wimp task.
*WimpSlot [-Min] minsize [K] [K|M|G] [-Maxmaxsize [K]] [K|M|G]] [-Nextnextsize [K]] [K|M|G]]
minsize | Minimum of application space required |
maxsize | Maximum amount of application space required |
nextsize | Amount of memory that will be allocated to the next application |
If the current WimpSlot is below min or above max, it will be adjusted up to min or down to max. If WimpSlot is currently within the min/max range it will remain unchanged.
If not enough memory is available an error will be generated.