This *Command changes the memory allocation for the current and (optionally) the next Wimp task.
*WimpSlot [-Min] minsize[K|M|G] [-Max maxsize[K|M|G]] [-Next nextsize[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.