~ubuntu-branches/ubuntu/maverick/ploticus/maverick

« back to all changes in this revision

Viewing changes to doc/limits.html

  • Committer: Bazaar Package Importer
  • Author(s): James W. Penny
  • Date: 2002-04-10 23:02:04 UTC
  • Revision ID: james.westby@ubuntu.com-20020410230204-64em4ns2f57c5u3l
Tags: 2.0.3-1
* The "That Tears it, Now You Have to Update Docs Package" Release.
* New upstream release (well, not so new :-( )   closes: Bug#137578
* Correct missing libpng2-dev in build-depends.  closes: Bug#142205
* Use correct syntax to:
* close URL type.                                closes: Bug#137577
* fix Architecture                               closes: Bug#141657
* close ITP                                      closes: Bug#132878

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
<head>
 
3
<!-- This file has been generated by unroff 1.0, 09/17/01 13:05:17. -->
 
4
<!-- Do not edit! -->
 
5
<STYLE TYPE="text/css">
 
6
<!--
 
7
        A:link{text-decoration:none}
 
8
        A:visited{text-decoration:none}
 
9
        A:active{text-decoration:none}
 
10
-->
 
11
</STYLE>
 
12
<title>ploticus: program limitations</title>
 
13
<body bgcolor=D0D0EE vlink=0000FF>
 
14
<br>
 
15
<br>
 
16
<center>
 
17
<table cellpadding=2 bgcolor=FFFFFF width=550 ><tr>
 
18
<td>
 
19
  <table cellpadding=2 width=550><tr>
 
20
  <td><br><h2>program limitations</h2></td>
 
21
  <td align=right>
 
22
  <small>
 
23
  <a href="../doc/Welcome.html"><img src="../doc/ploticus.gif" border=0></a><br>
 
24
  <a href="../doc/Welcome.html">Welcome</a> &nbsp; &nbsp;
 
25
  <a href="../gallery/index.html">Gallery</a> &nbsp; &nbsp;
 
26
  <a href="../doc/Contents.html">Handbook</a> 
 
27
  <td></tr></table>
 
28
</td></tr>
 
29
<td>
 
30
<br>
 
31
<br>
 
32
 
 
33
<title>Manual page for program_limitations(PL)</title>
 
34
</head>
 
35
<body>
 
36
 
 
37
<h2>CAPACITY LIMITS</h2>
 
38
Ploticus has these capacity limitations.<tt> </tt>
 
39
They may be raised or lowered by modifying <tt>pl.h</tt>.<tt> </tt>
 
40
<dl>
 
41
<dt><dd><p>
 
42
Data storage capacity: 1 million characters (data is stored as text).<tt> </tt>
 
43
<dt><dd><p>
 
44
Max total number of data fields: 200,000
 
45
<dt><dd><p>
 
46
Max length of a line in a ploticus script: 3000 chars before &amp; after variable evaluation
 
47
<dt><dd><p>
 
48
Maximum total number of lines in current proc and all #saved procs: 5000
 
49
<dt><dd><p>
 
50
Max length of variable contents: 250 chars
 
51
<dt><dd><p>
 
52
Max length of data field: 250 chars
 
53
<dt><dd><p>
 
54
Max length of input data record: 2998 chars
 
55
<dt><dd><p>
 
56
Max length of field names and variable names: 38 chars
 
57
<dt><dd><p>
 
58
Max number of values for rangebar percentile computation: 100,000
 
59
<dt><dd><p>
 
60
Max number of points for lineplot, scatterplot or curvefit result curve: 50,000.<tt> </tt>
 
61
<dt><dd><p>
 
62
Max number of points for rangesweep: 33,333.<tt> </tt>
 
63
<dt><dd><p>
 
64
Max number of scale categories in X: 100; in Y: 100.<tt> </tt>
 
65
<dt><dd><p>
 
66
Max number of points from which to compute a 
 
67
moving average or regression curve in proc curvefit: 5000.  
 
68
Bspline curve: 100.<tt> </tt>
 
69
<dt><dd><p>
 
70
Max number of points in polygon (including line plot w area under curve filled): 1000
 
71
</dl>
 
72
<p>
 
73
Proc Tabulate limits: 
 
74
<dl>
 
75
<dt><dd><p>
 
76
max number of proc tabulate rows  200;
 
77
<dt><dd><p>
 
78
max number of proc tabulate columns  200; 
 
79
<dt><dd><p>
 
80
max number of proc tabulate ranges  200;
 
81
<dt><dd><p>
 
82
# of significant characters for differentiation during tabulation  38.<tt> </tt>
 
83
 
 
84
<br><br><br>
 
85
 
 
86
</dl>
 
87
<h2>SYSTEM RESOURCES</h2>
 
88
By default, the max amount of CPU time allowed is 10 seconds, and any files
 
89
created cannot be larger than 5,000,000 bytes. 
 
90
These limits are enforced using setrlimit(), and a core dump occurs when 
 
91
limits are exceeded.  These limits may be modified using a 
 
92
<a href="config.html">
 
93
 config file
 
94
</a>
 
95
or by modifying pl.h 
 
96
 
 
97
<br>
 
98
<br>
 
99
</td></tr>
 
100
<td align=right>
 
101
<a href="Welcome.html">
 
102
<img src="../doc/ploticus.gif" border=0></a><br><small>data display engine &nbsp; <br>
 
103
<a href="../doc/Copyright.html">Copyright Steve Grubb</a>
 
104
<br>
 
105
<br>
 
106
<center>
 
107
<img src="../gallery/all.gif">
 
108
</center>
 
109
</td></tr>
 
110
</table>
 
111
<p><hr>
 
112
Markup created by <em>unroff</em> 1.0,&#160;<tt> </tt>&#160;<tt> </tt>September 17, 2001.
 
113
</body>
 
114
</html>