Mercurial > hg > octave-lyh
comparison scripts/java/javamem.m @ 16816:12005245b645
doc: Periodic grammarcheck of documentation.
* doc/interpreter/basics.txi, doc/interpreter/container.txi,
doc/interpreter/contrib.txi, doc/interpreter/diagperm.txi,
doc/interpreter/errors.txi, doc/interpreter/install.txi,
doc/interpreter/sparse.txi, libinterp/corefcn/ellipj.cc,
libinterp/corefcn/mappers.cc, libinterp/corefcn/regexp.cc,
libinterp/corefcn/tril.cc, libinterp/dldfcn/__init_fltk__.cc,
libinterp/dldfcn/fftw.cc, libinterp/interpfcn/dirfns.cc,
libinterp/interpfcn/input.cc, libinterp/octave-value/ov-fcn-inline.cc,
libinterp/octave-value/ov-struct.cc, scripts/@ftp/cd.m,
scripts/general/interp1.m, scripts/general/num2str.m, scripts/image/ind2rgb.m,
scripts/image/rgb2ind.m, scripts/io/importdata.m, scripts/io/textread.m,
scripts/java/javamem.m, scripts/linear-algebra/condest.m,
scripts/linear-algebra/onenormest.m, scripts/miscellaneous/error_ids.m,
scripts/miscellaneous/getfield.m, scripts/miscellaneous/setfield.m,
scripts/plot/area.m, scripts/plot/pcolor.m, scripts/plot/stairs.m,
scripts/set/powerset.m, scripts/sparse/bicg.m, scripts/sparse/bicgstab.m,
scripts/sparse/cgs.m, scripts/specfun/ellipke.m,
scripts/special-matrix/gallery.m, scripts/strings/strjoin.m,
scripts/strings/strsplit.m, scripts/testfun/__have_feature__.m,
scripts/testfun/__printf_assert__.m, scripts/testfun/__prog_output_assert__.m,
scripts/testfun/__run_test_suite__.m: grammarcheck documentation.
author | Rik <rik@octave.org> |
---|---|
date | Sat, 22 Jun 2013 19:47:32 -0700 |
parents | 801297f14e4b |
children |
comparison
equal
deleted
inserted
replaced
16815:7a97ff5ef42e | 16816:12005245b645 |
---|---|
33 ## | 33 ## |
34 ## The maximum allowable memory usage can be configured using the file | 34 ## The maximum allowable memory usage can be configured using the file |
35 ## @file{java.opts}. The directory where this file resides is | 35 ## @file{java.opts}. The directory where this file resides is |
36 ## determined by the environment variable @w{@env{OCTAVE_JAVA_DIR}}. | 36 ## determined by the environment variable @w{@env{OCTAVE_JAVA_DIR}}. |
37 ## If unset, the directory where @file{javaaddpath.m} resides is used instead | 37 ## If unset, the directory where @file{javaaddpath.m} resides is used instead |
38 ## (typically @file{@env{OCTAVE_HOME}/share/octave/@env{OCTAVE_VERSION}/m/java/} | 38 ## (typically |
39 ## @file{@w{@env{OCTAVE_HOME}}/share/octave/@w{@env{OCTAVE_VERSION}}/m/java/} | |
39 ## | 40 ## |
40 ## @file{java.opts} is a plain text file with one option per line. The | 41 ## @file{java.opts} is a plain text file with one option per line. The |
41 ## default initial memory size and default maximum memory size (which | 42 ## default initial memory size and default maximum memory size (which |
42 ## are both system dependent) can be overridden like so: | 43 ## are both system dependent) can be overridden like so: |
43 ## | 44 ## |