Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Latest commit

 

History

History
executable file
·
31 lines (23 loc) · 900 Bytes

Readme.developer.md

File metadata and controls

executable file
·
31 lines (23 loc) · 900 Bytes

eggd_athena Developer Readme

Running this app with additional computational resources

This app has the following entry points:

  • main

When running this app, you can override the instance type to be used by providing the systemRequirements field to /applet-XXXX/run or /app-XXXX/run, as follows:

{
  systemRequirements: {
    "main": {"instanceType": "mem2_hdd2_x2"}
  },
  [...]
}

See Run Specification in the API documentation for more information about the available instance types.