program limitations


Welcome     Gallery     Handbook


Manual page for program_limitations(PL)

CAPACITY LIMITS

Ploticus has these capacity limitations. The corresponding #define is shown in parentheses. Most are defined in pl.h or tdhkit.h and can be safely raised if necessary (then do: make clean; make).

Data storage capacity: 1,000,000 characters (all data are stored in character form). (MAXDATABUF)

Max total number of data fields: 200,000 (MAXD)

Max length of a line in a ploticus script: 3000 chars before & after variable evaluation (SCRIPTLINELEN)

Maximum total number of lines in current proc plus all currently #saved procs: 5000 (MAXPROCLINES)

Max length of variable contents: 250 chars (VARMAXLEN)

Max length of data field: 250 chars (DATAMAXLEN)

Max length of input data record: 2998 chars (MAXRECORDLEN)

Max length of field names and variable names: 48 chars (NAMEMAXLEN)

Max number of values for rangebar percentile computation: 100,000 (MAXDAT)

Max number of points for lineplot, scatterplot or curvefit result curve: 50,000. (HALFMAXDAT)

Max number of points for rangesweep: 33,333. (THIRDMAXDAT)

Max number of scale categories in X: 100; in Y: 100. Max # of characters per category: 78 (MAXNCATS, MAXCATLEN)

Max number of points from which to compute a moving average or regression curve in proc curvefit: 5000. Bspline curve: 100. (see proc_curvefit.c)

Max number of pie graph slices: 80

Max number of points in polygon (including line plot w area under curve filled): 1000 (MAX_D_ROWS)

proc tabulate limits: 200 rows, 200 columns, 200 ranges, comparison significance is 38 characters. (see proc_tabulate.c)


SYSTEM RESOURCES

By default, the max amount of CPU time allowed is 10 seconds (CPULIMIT), and any files created cannot be larger than 5,000,000 bytes (FILESIZELIMIT). These limits are enforced using setrlimit(), and a core dump occurs when limits are exceeded. These limits may be modified by using proc settings , in your config file or by directly modifying pl.h


data display engine  
Copyright Steve Grubb


Markup created by unroff 1.0,    June 12, 2002.