【问题标题】:Azure functions shared memory usageAzure 函数共享内存使用情况
【发布时间】:2021-10-21 22:39:57
【问题描述】:

我正在使用这些命令安装 azure functions core tools version 3 的 Mac mini m1

brew tap azure/functions
brew install azure-functions-core-tools@3

我还安装了 java 1.8 和 nodeJs v13.14.0

当我要为 azure 运行一个函数时,我遇到了两个错误。错误如下:

 Cannot create directory for shared memory usage: /dev/shm/AzureFunctions

System.IO.FileSystem: Access to the path '/dev/shm/AzureFunctions' is denied. Operation not permitted.
    

是 Mac 有问题还是我错过了一些 azure 配置?

【问题讨论】:

    标签: azure azure-functions shared-memory file-permissions


    【解决方案1】:

    尝试添加 --verbose 模式并查看日志。并且 尝试使用 node.js 版本 13.12.0。

    您可以参考此问答link,其中错误解释更清楚。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2013-09-01
      • 2023-03-23
      • 2021-05-30
      • 1970-01-01
      • 1970-01-01
      • 2010-12-10
      • 2013-03-07
      相关资源
      最近更新 更多