This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
dido:public:s_cli:05_contents:01_prt:04_dll:machine [2021/04/02 12:38] nick |
dido:public:s_cli:05_contents:01_prt:04_dll:machine [2021/06/15 13:54] (current) nick |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== 2.1.4 DEFINE MACHINE TYPE Command ====== | + | ====== 4.3 Machine ====== |
| - | [[dido:public:s_cli:05_contents:01_dll | Return to DidoDLL]] | + | [[dido:public:s_cli:05_contents:01_prt:04_dll:start| Return to DidoDLL]] |
| ===== Purpose ===== | ===== Purpose ===== | ||
| - | [[dido:public:s_cli:05_contents:01_dll:machine | Return to Top]] | + | [[dido:public:s_cli:05_contents:01_prt:04_dll:machine| Return to Top]] |
| ===== Syntax ===== | ===== Syntax ===== | ||
| - | [[dido:public:s_cli:05_contents:01_dll:machine | Return to Top]] | + | [[dido:public:s_cli:05_contents:01_prt:04_dll:machine| Return to Top]] |
| <code> | <code> | ||
| - | DEFINE MACHINE_TYPE <MachineName> AS | + | DEFINE MACHINE <MachineName> AS |
| - | MEMORY = <memorySize> <units> | + | MEMORY = <memorySize> <MemoryUnits> |
| - | CPU = <speed> <units> | + | CPU = <speed> <SpeedUnits> |
| </code> | </code> | ||
| ==== Where ==== | ==== Where ==== | ||
| - | [[dido:public:s_cli:05_contents:01_dll:machine | Return to Top]] | + | [[dido:public:s_cli:05_contents:01_prt:04_dll:machine| Return to Top]] |
| - | * **xx** | + | * **MachineName** ::= textual name associated with the Machine |
| + | * **MemorySize** ::= | ||
| + | * **MemoryUnits** ::= | ||
| + | * **Speed** ::= | ||
| + | * **SpeedUnits** ::= | ||
| ==== Examples ==== | ==== Examples ==== | ||
| - | [[dido:public:s_cli:05_contents:01_dll:machine | Return to Top]] | + | [[dido:public:s_cli:05_contents:01_prt:04_dll:machine| Return to Top]] |
| <code sql | Examples of Defining Machine Type in DidoLL> | <code sql | Examples of Defining Machine Type in DidoLL> | ||
| - | DEFINE MACHINE_TYPE avaerageMachine AS | + | DEFINE MACHINE avaerageMachine AS |
| Memory = 64 mi | Memory = 64 mi | ||
| CPU = 100 m; | CPU = 100 m; | ||