Welcome to mirror list, hosted at ThFree Co, Russian Federation.

limits.htm « wdshelp - github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4527dfe0a9a165a08760f3ea69dc313c98c8b0c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<html>
	<head>
		<title>Limits</title>
		<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
		<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
		<link rel="stylesheet" type="text/css" href="format.css">
	</head>
	<BODY>
		<h2>Limits</h2>
		<table border="1" bordercolor="black" cellspacing="0" cellpadding="20">
			<tr>
				<td>Time spent on scanning</td>
				<td>2^32 ms (= 49 days)</td>
			</tr>
			<tr>
				<td>Number of direct subitems of a directory</td>
				<td>2^31 (= 2,147,483,648)</td>
			</tr>
			<tr>
				<td>File size, tree size</td>
				<td>2^63 (= 8,388,608 TB)</td>
			</tr>
			<tr>
				<td>Total number of items</td>
				<td>2^63</td>
			</tr>
			<tr>
				<td>Number of concurrent read jobs</td>
				<td>2^63</td>
			</tr>
		</table>
	</BODY>
</html>