Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lecture materials
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
generic software skills
lecture materials
Commits
953f8b7f
Commit
953f8b7f
authored
10 months ago
by
Florian Ziemen
Browse files
Options
Downloads
Patches
Plain Diff
cleanup on hardware
parent
af4ffef8
No related branches found
No related tags found
1 merge request
!11
File and Data Systems
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lectures/file-and-data-systems/slides.qmd
+4
-3
4 additions, 3 deletions
lectures/file-and-data-systems/slides.qmd
with
4 additions
and
3 deletions
lectures/file-and-data-systems/slides.qmd
+
4
−
3
View file @
953f8b7f
...
@@ -60,8 +60,9 @@ Disk quotas for prj 30001639 (pid 30001639):
...
@@ -60,8 +60,9 @@ Disk quotas for prj 30001639 (pid 30001639):
## Caching
## Caching
* Keeping data *in memory* for frequent re-use.
* Keeping data *in memory* for frequent re-use.
* Usually storage media like disks have small caches with better properties.
* Usually storage media like disks have small caches with better properties.
* e.g. HDD of 16 TB with a 512 MB of cache.
* e.g. HDD of 16 TB with a 512 MB of RAM cache.
* Operating systems also cache read.
* Operating systems also cache reads.
* Caching writes in RAM is trouble because of the risk of data loss due to power loss / system crash.
# Hardware types
# Hardware types
...
@@ -78,7 +79,7 @@ Disk quotas for prj 30001639 (pid 30001639):
...
@@ -78,7 +79,7 @@ Disk quotas for prj 30001639 (pid 30001639):
* All figures based on a quick google search in 06/2024
* All figures based on a quick google search in 06/2024
* RAM needs electricity to keep the data.
* RAM needs electricity to keep the data
(*volatile memory*)
.
* All but tape usually remain powered in an HPC.
* All but tape usually remain powered in an HPC.
## RAM disk
## RAM disk
...
...
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