Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document User Quotas #204

Open
3 tasks
wildintellect opened this issue Feb 25, 2025 · 0 comments
Open
3 tasks

Document User Quotas #204

wildintellect opened this issue Feb 25, 2025 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers

Comments

@wildintellect
Copy link
Collaborator

VEDA instances now use a fixed size EBS volume instead of EFS. Each user now has an enforced quota.
At initial outset this is:

  • 100 GB each for VEDA
  • 100 GB each for MAAP
  • 50 GB each for GHG

However this is undocumented, and there are little to no tools to help users manage this storage.
du is a terminal tool to at least help people get started, see also https://github.com/nachoparker/dutree (which we may want to include by default).

In order to user du well we need to link to good docs, and note things like shared directories to exclude from calculation. For most users that means:
du -ch --max-depth=1 --exclude=shared

Acceptance Criteria

  • PR updating VEDA Docs
  • PR updating GHG Docs
  • draft branch on MAAP Docs with need MAAP Hub information
@wildintellect wildintellect added documentation Improvements or additions to documentation good first issue Good for newcomers labels Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants