Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/svg/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Memory Windows中的Erlang-进程增加?_Memory_Process_Erlang - Fatal编程技术网

Memory Windows中的Erlang-进程增加?

Memory Windows中的Erlang-进程增加?,memory,process,erlang,Memory,Process,Erlang,我正在使用Erlang,并且刚刚开始使用它。我在Windows中不断遇到进程限制,却不知道如何提高进程限制 我正在使用WERL.exe,希望您能使用命令来增加这个值 谢谢在您的windowscmd提示符中,您可以通过在终端提示符上键入erl并点击Enter来启动erlang shell。但是,只有在windows$path环境变量中有erl.exe完整路径时,这才有效。这应该是我的机器上的文件夹:C:\ProgramFiles(x86)\erl5.8.5\bin,用于最新的Erlang。我相信您

我正在使用Erlang,并且刚刚开始使用它。我在Windows中不断遇到进程限制,却不知道如何提高进程限制

我正在使用
WERL.exe
,希望您能使用命令来增加这个值


谢谢

在您的windows
cmd提示符
中,您可以通过在终端提示符上键入
erl
并点击
Enter
来启动erlang shell。但是,只有在windows
$path
环境变量中有
erl.exe
完整路径时,这才有效。这应该是我的机器上的文件夹:
C:\ProgramFiles(x86)\erl5.8.5\bin
,用于最新的Erlang。我相信您可以找到一种方法将其添加到环境PATH变量中,关闭所有终端并再次打开,然后尝试输入
erl
命令

现在,这种情况应该发生: Microsoft Windows [Version 6.1.7600] Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\machine> erl Eshell V5.8.4 (abort with ^G) 1> 然而,正如您稍后将意识到的,即使是这个最大值也有一个上限。:)

Microsoft Windows [Version 6.1.7600] Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\machine> erl +P 13421779 Eshell V5.8.4 (abort with ^G) 1>