Table of Contents

4.3 Machine

Return to DidoDLL

Purpose

Return to Top

Syntax

Return to Top

   DEFINE MACHINE <MachineName> AS
      MEMORY    = <memorySize> <MemoryUnits>
      CPU       = <speed> <SpeedUnits>

Where

Return to Top

Examples

Return to Top

| Examples of Defining Machine Type in DidoLL
    DEFINE MACHINE avaerageMachine AS
      Memory    = 64 mi
      CPU       = 100 m;