Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Computer Resources
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IMGW
Computer Resources
Commits
be7a23b7
Commit
be7a23b7
authored
4 years ago
by
Michael Blaschek
Browse files
Options
Downloads
Patches
Plain Diff
Update VSC.md
parent
53e62ce9
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
VSC.md
+43
-1
43 additions, 1 deletion
VSC.md
with
43 additions
and
1 deletion
VSC.md
+
43
−
1
View file @
be7a23b7
...
...
@@ -27,6 +27,28 @@ CPU model: Intel(R) Xeon(R) Platinum 8174 CPU @ 3.10GHz
378 GB Memory
```
## Storage on VSC-4
All quotas are shared between users:
-
`$HOME`
(up to 100 GB, all home directories)
-
`$DATA`
(up to 10 TB, backed up)
-
`$BINFL`
(up to 1TB, fast scratch)
-
`$BINFS`
(up to 2GB, SSD fast)
Check quotas:
```
mmlsquota --block-size auto -j data_fs71386 data
Block Limits | File Limits
Filesystem type blocks quota limit in_doubt grace | files quota limit in_doubt grace Remarks
data FILESET 4.027T 9.766T 9.766T 482.4M none | 176664 1000000 1000000 65 none vsc-storage.vsc4.opa
mmlsquota --block-size auto -j home_fs71386 home
Block Limits | File Limits
Filesystem type blocks quota limit in_doubt grace | files quota limit in_doubt grace Remarks
home FILESET 62.17G 100G 100G 207.8M none | 631852 1000000 1000000 287 none vsc-storage.vsc4.opa
```
## Node Information VSC-3
```
...
...
@@ -36,7 +58,27 @@ CPU model: Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz
126 GB Memory
```
### Run time limits
## Storage on VSC-3
All quotas are shared between users:
-
`$HOME`
(up to 5 TB, all home directories)
-
`$GLOBAL`
(up to 12 TB)
-
`$BINFL`
(up to 10 GB, fast scratch)
-
`$BINFS`
(up to 2 GB, SSD fast)
Check quotas:
```
beegfs-ctl --getquota --cfgFile=/etc/beegfs/global3.d/beegfs-client.conf --gid 70653
user/group || size || chunk files
name | id || used | hard || used | hard
--------------|------||------------|------------||---------|---------
p70653| 70653|| 5.62 TiB| 12.00 TiB|| 175886| 1000000
```
**However, it seems that most filesystems are quite full.**
## Run time limits
On VSC-3 we have a max runtime of 10 days for the private Queue. The normal queues have 3 days. the devel only 10 min (for testing)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment