Created
July 14, 2016 17:40
-
-
Save pselle/9dbc627a4c814cb5619b65b0e7b09b19 to your computer and use it in GitHub Desktop.
process.config in lambda
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
START RequestId: 5c68fab1-49e9-11e6-ae9c-756632179627 Version: $LATEST | |
2016-07-14T17:35:30.803Z 5c68fab1-49e9-11e6-ae9c-756632179627 { target_defaults: | |
{ cflags: [], | |
default_configuration: 'Release', | |
defines: [], | |
include_dirs: [], | |
libraries: [] }, | |
variables: | |
{ asan: 0, | |
gas_version: '2.25', | |
host_arch: 'x64', | |
icu_small: false, | |
node_byteorder: 'little', | |
node_install_npm: true, | |
node_prefix: '/home/scottwis/code/node/src/LambdaRuntimeNode/build/private/install', | |
node_release_urlbase: '', | |
node_shared_http_parser: false, | |
node_shared_libuv: false, | |
node_shared_openssl: false, | |
node_shared_zlib: false, | |
node_tag: '', | |
node_use_dtrace: false, | |
node_use_etw: false, | |
node_use_lttng: false, | |
node_use_openssl: true, | |
node_use_perfctr: false, | |
openssl_fips: '', | |
openssl_no_asm: 0, | |
python: '/home/scottwis/code/node/env/MakePython27Default-1.0/runtime/bin/python2.7', | |
target_arch: 'x64', | |
uv_parent_path: '/deps/uv/', | |
uv_use_dtrace: false, | |
v8_enable_gdbjit: 0, | |
v8_enable_i18n_support: 0, | |
v8_no_strict_aliasing: 1, | |
v8_optimized_debug: 0, | |
v8_random_seed: 0, | |
v8_use_snapshot: true, | |
want_separate_host_toolset: 0 } } | |
END RequestId: 5c68fab1-49e9-11e6-ae9c-756632179627 | |
REPORT RequestId: 5c68fab1-49e9-11e6-ae9c-756632179627 Duration: 15.02 ms Billed Duration: 100 ms Memory Size: 128 MB Max Memory Used: 16 MB |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment