File: README.md

package info (click to toggle)
unison-2.53 2.53.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,876 kB
  • sloc: ml: 38,891; objc: 3,577; ansic: 3,122; python: 430; makefile: 223; sh: 205
file content (24 lines) | stat: -rw-r--r-- 809 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# dev

This directory exists to hold scripts etc. that are useful only to
people who are making changes to unison's source code.  Nothing in
here may be used as part of building programs or documentation, or CI.

#  ktrace-*

Scripts with names like ktrace-* are for particular operating systems,
and aim to enumerate the programs used by a build, for checking
INSTALL.md.

# check-memory

This script can run a unison workload with small amounts of memory,
and is intended to make it easier to understand memory usage.  It is
not a fully-baked test.  It's here rather than in tests because it's
an exploratory tool, not a regression test.

# test-limits.c

This program will try to allocate memory until it fails.  It was
useful at some point in understanding behavior of systems under high
memory pressure.