v8

Firejail 和 chrome:限制 RAM 使用量
v8

Firejail 和 chrome:限制 RAM 使用量

长话短说,我有一个持续的内存泄漏,来自某个地方。我想是我的浏览器出了问题。所以我尝试使用firejail以下方法来限制内存: firejail --rlimit-as=8048576000 vivaldi-stable 据我所知,这将 RAM 使用量限制为 8GB,这是一个巨大的数量。 我收到了这个错误。 致命错误,第 0 行 致命进程内存不足:无法为新的 V8 Isolate FailureMessage 对象保留内存:0x7ffc6d28e0c0#0 0x557c2240ec09 现在,如果我--rlimit-as再增加 1 GB,vivaldi就...

Admin

在 Mac 上安装 v8:v8:未找到命令
v8

在 Mac 上安装 v8:v8:未找到命令

我正在尝试在 Mac 上使用 v8,并且尝试使用 Homebrew 安装它。 当我跑步时: brew install v8 我得到: Warning: v8 7.3.492.27 is already installed and up-to-date 但是,当我在终端运行 v8 命令时,我得到: -bash: v8: command not found 而且当我尝试安装 v8js 时,出现以下信息: configure: error: Please reinstall the v8 distribution 当它告诉我我安装了 v8...

Admin

在 gclient 上从源代码构建 V8 失败
v8

在 gclient 上从源代码构建 V8 失败

我想尝试从源代码构建 Chrome 的 V8 JavaScript 引擎(我使用的是 Windows,所以这更加麻烦),于是我按照本指南介绍了如何构建 V8。我尽可能严格按照说明进行操作,但运行时$ gclient出现以下错误: The system cannot find the file C:\Program. Could not extract Python version from manifest. Traceback (most recent call last): File "C:\Program Files\depot_tools\gc...

Admin

Node.js 因 v8 符号错误而无法启动
v8

Node.js 因 v8 符号错误而无法启动

我在 CentOS 6.3 版(最终版)上安装了 nodejs 包 但是当没有参数运行时它在启动时崩溃了: [root@lcnolw1073 ~]# nodejs nodejs: ../src/handle_wrap.cc:65: static v8::Handle<v8::Value> node::HandleWrap::Unref(const v8::Arguments&): Assertion `args.Holder()->InternalFieldCount() > 0' failed. Abo...

Admin

如何使用 clang 在 FreeBSD 上构建 Google V8?
v8

如何使用 clang 在 FreeBSD 上构建 Google V8?

我正在尝试使用 clang 在 FreeBSD 9.1 上构建 Google 的 V8,并遇到以下错误: /usr/bin/ld: final link failed: Nonrepresentable section on output clang++: error: linker command failed with exit code 1 (use -v to see invocation) gmake[1]: *** [/root/v8/out/x64.release/cctest] Error 1 gmake[1]: Leaving direc...

Admin

Fedora 上的 yum Node.js 启动失败,出现 v8 符号错误
v8

Fedora 上的 yum Node.js 启动失败,出现 v8 符号错误

我在 Fedora 16 上安装了 nodejs 包,方法如下: # yum install nodejs 但是当没有参数运行时它在启动时崩溃了: $ nodejs nodejs: ../src/handle_wrap.cc:65: static v8::Handle<v8::Value> node::HandleWrap::Unref(const v8::Arguments&): Assertion `args.Holder()->InternalFieldCount() > 0' failed....

Admin

无法在 FreeBSD 上安装 Google v8
v8

无法在 FreeBSD 上安装 Google v8

这个东西在端口上并且一直说无法制造: make ===> License check disabled, port has not defined LICENSE ===> Found saved configuration for v8-3.10.4 ===> Extracting for v8-3.10.4 => SHA256 Checksum OK for v8-3.10.4.tar.xz. ===> Patching for v8-3.10.4 ===> Applying FreeBSD patches...

Admin