File: comment_1_50753a133c200cdf6d855c65e6d4422b._comment

package info (click to toggle)
git-annex 10.20230126-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 69,344 kB
  • sloc: haskell: 74,654; javascript: 9,103; sh: 1,304; makefile: 203; perl: 136; ansic: 44
file content (15 lines) | stat: -rw-r--r-- 495 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[[!comment format=mdwn
 username="joey"
 subject="""comment 1"""
 date="2022-02-07T16:34:37Z"
 content="""
Is maxvmem what top would display as "VIRT"?

Sometimes a few years ago, ghc started just mapping the entire available
memory range, which makes it appear in VIRT that it's using the entire size
of the system memory. Of course, the actual RSS is much lower. It appears to
have been 40 mb for you.

git-annex add can add files of arbitrary size without buffering them all in
memory.
"""]]