Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.php > #16300
| From | crankypuss <invalid@invalid.invalid> |
|---|---|
| Newsgroups | comp.lang.php |
| Subject | .configure memory_limit building from source |
| Date | 2016-01-17 15:59 -0700 |
| Organization | A noiseless patient Spider |
| Message-ID | <n7h682$ir8$1@dont-email.me> (permalink) |
It appears that the default memory_limit value is 128M which is way too small for my purposes. How can I configure this to a larger value? I'm currently using: ./configure \ --with-config-file-path=/dev/null \ --with-libdir=/dev/null \ --disable-rpath \ --disable-option-checking \ --disable-libxml \ --disable-dom \ --disable-simplexml \ --disable-xml \ --disable-xmlreader \ --disable-ctype \ --disable-inifile \ --disable-flatfile \ --disable-filter \ --disable-json \ --disable-mbregex \ --disable-mbregex-backtrack \ --disable-pdo \ --disable-phar \ --disable-session \ --disable-tokenizer \ --disable-xmlwriter \ --disable-mysqlnd-compression-support \ --disable-inline-optimization \ --disable-libtool-lock \ --without-pear \ --without-sqlite3 \ --enable-ncursesw \ --with-ncurses \ --with-bz2 \ memory_limit=-1 -- http://totally-portable-software.blogspot.com [Sun Nov 22: "Total Portability is not binary"]
Back to comp.lang.php | Previous | Next — Next in thread | Find similar | Unroll thread
.configure memory_limit building from source crankypuss <invalid@invalid.invalid> - 2016-01-17 15:59 -0700
Re: .configure memory_limit building from source "Peter H. Coffin" <hellsop@ninehells.com> - 2016-01-17 21:56 -0600
Re: .configure memory_limit building from source crankypuss <invalid@invalid.invalid> - 2016-01-18 02:38 -0700
Re: .configure memory_limit building from source "J.O. Aho" <user@example.net> - 2016-01-18 13:08 +0100
Re: .configure memory_limit building from source Michael Vilain <vilain@NOspamcop.net> - 2016-01-18 17:48 -0800
Re: .configure memory_limit building from source "J.O. Aho" <user@example.net> - 2016-01-19 06:56 +0100
Re: .configure memory_limit building from source crankypuss <invalid@invalid.invalid> - 2016-01-19 02:37 -0700
Re: .configure memory_limit building from source Arno Welzel <usenet@arnowelzel.de> - 2016-01-18 13:33 +0100
Re: .configure memory_limit building from source crankypuss <invalid@invalid.invalid> - 2016-01-19 02:39 -0700
Re: .configure memory_limit building from source crankypuss <invalid@invalid.invalid> - 2016-01-19 03:54 -0700
Re: .configure memory_limit building from source Arno Welzel <usenet@arnowelzel.de> - 2016-01-19 18:27 +0100
Re: .configure memory_limit building from source crankypuss <invalid@invalid.invalid> - 2016-01-19 14:38 -0700
Re: .configure memory_limit building from source Arno Welzel <usenet@arnowelzel.de> - 2016-01-20 06:11 +0100
Re: .configure memory_limit building from source Arno Welzel <usenet@arnowelzel.de> - 2016-01-19 18:22 +0100
Re: .configure memory_limit building from source crankypuss <invalid@invalid.invalid> - 2016-01-19 15:25 -0700
Re: .configure memory_limit building from source Arno Welzel <usenet@arnowelzel.de> - 2016-01-20 06:20 +0100
Re: .configure memory_limit building from source crankypuss <invalid@invalid.invalid> - 2016-01-20 03:02 -0700
Re: .configure memory_limit building from source Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-01-21 01:43 +0100
Re: .configure memory_limit building from source Arno Welzel <usenet@arnowelzel.de> - 2016-01-18 09:07 +0100
Re: .configure memory_limit building from source crankypuss <invalid@invalid.invalid> - 2016-01-18 02:39 -0700
Re: .configure memory_limit building from source Matthew Carter <m@ahungry.com> - 2016-01-18 21:21 -0500
csiph-web