1580176 : Re: high quota usage by schropp on /gpfs/maxwell/home¶
Created: 2026-02-27T08:10:12Z - current status: new¶
**
Summary of the Issue¶
A user is nearing their 30GB quota limit on /gpfs/maxwell/home (91.2% used) and requests an increase to accommodate large Conda environments (ptypy, cuda, tomo, etc.) and other software tools. The user’s largest directories include:
- .conda/ (22GB total, with subdirectories like pkgs/ and envs/)
- sources/ (7GB)
- .cache/ (1.9GB)
- local/ (1.7GB).
The user acknowledges the quota cannot be increased (per Maxwell’s policy) and seeks alternative storage solutions.
Suggested Solution¶
- Relocate Conda Environments and Large Data
- DUST (
/data/dust): Ideal for temporary/reproducible data and software installations (e.g., Conda environments). Fast but not backed up—suitable for non-critical data. Example:bash mkdir -p /data/dust/[USERNAME]/conda_envs conda create --prefix /data/dust/[USERNAME]/conda_envs/tomo - Group-Specific GPFS (if applicable): If the user belongs to a group with dedicated GPFS storage (e.g., CFEL, CSSB, EXFEL), they should contact their group admins for access.
-
dCache (
/pnfs/desy.de/): For long-term storage of large datasets (not ideal for active Conda environments due to latency). -
Clean Up Existing Home Directory
- Remove unused Conda packages:
bash conda clean --all --force-pkgs-dirs - Delete old
.cachefiles orsources/if no longer needed. -
Use
mmlsquota --block-size auto max-hometo monitor quota usage. -
Avoid Storing Data in
/home -
Per Maxwell’s policy,
/homeis for small, critical files only (30GB hard limit). Large datasets/software should use alternative storage. -
Contact Group Admins or Maxwell Support
- If the user’s group has dedicated storage (e.g., CFEL GPFS), request access via the appropriate admins.
- For general questions, email
maxwell.service@desy.de.