Skip to content

feat: Add configurable MEMORY parameter to Makefile#127

Open
mcrocker-bioborg wants to merge 1 commit intomainfrom
feat/makefile-memory-parameter
Open

feat: Add configurable MEMORY parameter to Makefile#127
mcrocker-bioborg wants to merge 1 commit intomainfrom
feat/makefile-memory-parameter

Conversation

@mcrocker-bioborg
Copy link
Contributor

  • Add MEMORY variable with default value of 32GB
  • Modify sc, ss, min, folder targets to use --memory parameter
  • Allows developers to override memory: make sc MEMORY=8GB
  • Helps with local development on memory-constrained systems

Usage:
make sc # Uses default 32GB
make sc MEMORY=8GB # Uses 8GB
make sc MEMORY=16GB # Uses 16GB

- Add MEMORY variable with default value of 32GB
- Modify sc, ss, min, folder targets to use --memory parameter
- Allows developers to override memory: make sc MEMORY=8GB
- Helps with local development on memory-constrained systems

Usage:
  make sc              # Uses default 32GB
  make sc MEMORY=8GB   # Uses 8GB
  make sc MEMORY=16GB  # Uses 16GB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant