openvenues / php-postal

PHP bindings to libpostal for for fast international street address parsing/normalization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

php7.0-fpm crashing - cannot allocate memory

InTheCloudDan opened this issue · comments

Not sure if anyone else is running into this, just got it to compile against php7.0 in homestead and getting this error when trying to restart with the extension.

The output below skips where I added the extension to mods-available and symlinked it but it's there.

[09-Aug-2017 00:56:22] NOTICE: Terminating ...
[09-Aug-2017 00:56:22] NOTICE: exiting, bye-bye!
[09-Aug-2017 00:56:22] NOTICE: fpm is running, pid 17009
[09-Aug-2017 00:56:22] NOTICE: ready to handle connections
[09-Aug-2017 00:56:22] NOTICE: systemd monitor interval set to 10000ms
[09-Aug-2017 00:58:37] NOTICE: Terminating ...
[09-Aug-2017 00:58:37] NOTICE: exiting, bye-bye!
[09-Aug-2017 00:58:48] NOTICE: fpm is running, pid 19297
[09-Aug-2017 00:58:48] ERROR: fork() failed: Cannot allocate memory (12)
git clone https://github.com/openvenues/php-postal
Cloning into 'php-postal'...
remote: Counting objects: 97, done.
remote: Compressing objects: 100% (6/6), done.
remote: Total 97 (delta 1), reused 4 (delta 1), pack-reused 90
Unpacking objects: 100% (97/97), done.
Checking connectivity... done.
vagrant@homestead:~$ ls
address  Code  libpostal  php-postal
vagrant@homestead:~$ cd php-postal/
vagrant@homestead:~/php-postal$ phpize7.0
Configuring for:
PHP Api Version:         20151012
Zend Module Api No:      20151012
Zend Extension Api No:   320151012
vagrant@homestead:~/php-postal$ ./configure --with-php-config=/usr/bin/php-config7.0
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for a sed that does not truncate output... /bin/sed
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking for system library directory... lib
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for PHP prefix... /usr
checking for PHP includes... -I/usr/include/php/20151012 -I/usr/include/php/20151012/main -I/usr/include/php/20151012/TSRM -I/usr/include/php/20151012/Zend -I/usr/include/php/20151012/ext -I/usr/include/php/20151012/ext/date/lib
checking for PHP extension directory... /usr/lib/php/20151012
checking for PHP installed headers prefix... /usr/include/php/20151012
checking if debug is enabled... no
checking if zts is enabled... no
checking for re2c... re2c
checking for re2c version... 0.16 (ok)
checking for gawk... gawk
checking for libpostal support... yes, shared
checking for pkg-config... /usr/bin/pkg-config
found libpostal version 1.0.0
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking for gawk... (cached) gawk
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating ./config.status
config.status: creating config.h
config.status: executing libtool commands
vagrant@homestead:~/php-postal$ make
/bin/bash /home/vagrant/php-postal/libtool --mode=compile cc  -I. -I/home/vagrant/php-postal -DPHP_ATOM_INC -I/home/vagrant/php-postal/include -I/home/vagrant/php-postal/main -I/home/vagrant/php-postal -I/usr/include/php/20151012 -I/usr/include/php/20151012/main -I/usr/include/php/20151012/TSRM -I/usr/include/php/20151012/Zend -I/usr/include/php/20151012/ext -I/usr/include/php/20151012/ext/date/lib -I/usr/local/include  -DHAVE_CONFIG_H  -std=gnu99 -I/usr/local/include   -c /home/vagrant/php-postal/php_postal.c -o php_postal.lo
libtool: compile:  cc -I. -I/home/vagrant/php-postal -DPHP_ATOM_INC -I/home/vagrant/php-postal/include -I/home/vagrant/php-postal/main -I/home/vagrant/php-postal -I/usr/include/php/20151012 -I/usr/include/php/20151012/main -I/usr/include/php/20151012/TSRM -I/usr/include/php/20151012/Zend -I/usr/include/php/20151012/ext -I/usr/include/php/20151012/ext/date/lib -I/usr/local/include -DHAVE_CONFIG_H -std=gnu99 -I/usr/local/include -c /home/vagrant/php-postal/php_postal.c  -fPIC -DPIC -o .libs/php_postal.o
/bin/bash /home/vagrant/php-postal/libtool --mode=link cc -DPHP_ATOM_INC -I/home/vagrant/php-postal/include -I/home/vagrant/php-postal/main -I/home/vagrant/php-postal -I/usr/include/php/20151012 -I/usr/include/php/20151012/main -I/usr/include/php/20151012/TSRM -I/usr/include/php/20151012/Zend -I/usr/include/php/20151012/ext -I/usr/include/php/20151012/ext/date/lib -I/usr/local/include  -DHAVE_CONFIG_H  -std=gnu99 -I/usr/local/include   -o postal.la -export-dynamic -avoid-version -prefer-pic -module -rpath /home/vagrant/php-postal/modules  php_postal.lo -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lpostal
libtool: link: cc -shared  -fPIC -DPIC  .libs/php_postal.o   -L/usr/local/lib /usr/local/lib/libpostal.so  -Wl,-rpath -Wl,/usr/local/lib   -Wl,-soname -Wl,postal.so -o .libs/postal.so
libtool: link: ( cd ".libs" && rm -f "postal.la" && ln -s "../postal.la" "postal.la" )
/bin/bash /home/vagrant/php-postal/libtool --mode=install cp ./postal.la /home/vagrant/php-postal/modules
libtool: install: cp ./.libs/postal.so /home/vagrant/php-postal/modules/postal.so
libtool: install: cp ./.libs/postal.lai /home/vagrant/php-postal/modules/postal.la
libtool: finish: PATH="/home/vagrant/.composer/vendor/bin:/home/vagrant/bin:/home/vagrant/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/vagrant/php-postal/modules
----------------------------------------------------------------------
Libraries have been installed in:
   /home/vagrant/php-postal/modules

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to '/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------

Build complete.
Don't forget to run 'make test'.

vagrant@homestead:~/php-postal$ sudo make install
Installing shared extensions:     /usr/lib/php/20151012/
vagrant@homestead:~/php-postal$ sudo systemctl restart php7.0-fpm
vagrant@homestead:~/php-postal$ sudo systemctl status php7.0-fpm
● php7.0-fpm.service - The PHP 7.0 FastCGI Process Manager
   Loaded: loaded (/lib/systemd/system/php7.0-fpm.service; enabled; v
   Active: inactive (dead) since Wed 2017-08-09 00:58:48 UTC; 9s ago
     Docs: man:php-fpm7.0(8)
  Process: 19297 ExecStart=/usr/sbin/php-fpm7.0 --nodaemonize --fpm-c
 Main PID: 19297 (code=exited, status=0/SUCCESS)

Aug 09 00:58:37 homestead systemd[1]: Stopped The PHP 7.0 FastCGI Pro
Aug 09 00:58:37 homestead systemd[1]: Starting The PHP 7.0 FastCGI Pr
Aug 09 00:58:

increasing vagrant box RAM to 4GB worked.

commented

Indeed, libpostal itself needs about 1.8GB RAM, plus will want to leave about 1GB around for the OS, filesystem cache, etc.