GCP CloudFunctions:OpenBLAS 警告 - 无法确定此系统上的 L2 缓存大小
GCP CloudFunctions: OpenBLAS WARNING - could not determine the L2 cache size on this system
将 GCP 云功能升级到 python3 后。8 开始出现此错误
OpenBLAS WARNING - could not determine the L2 cache size on this
system
它会在调用函数后的某个时间出现在 stackdriver 日志中。没有引发其他错误。 GCF 正常执行。
GCF 没有 'cache' 设置,只有内存限制,这些都可以。
无服务器环境,例如 App Engine、Cloud Functions 和 Cloud 运行,运行 在沙箱中,类似于 gVisor。这个沙箱保护系统免受恶意调用并阻止一些低级指令。这个获得CPU能力的应该被丢弃。
当我 运行 Tensorflow Serving on Cloud 运行 时,我得到了同样的结果。
将 GCP 云功能升级到 python3 后。8 开始出现此错误
OpenBLAS WARNING - could not determine the L2 cache size on this system
它会在调用函数后的某个时间出现在 stackdriver 日志中。没有引发其他错误。 GCF 正常执行。
GCF 没有 'cache' 设置,只有内存限制,这些都可以。
无服务器环境,例如 App Engine、Cloud Functions 和 Cloud 运行,运行 在沙箱中,类似于 gVisor。这个沙箱保护系统免受恶意调用并阻止一些低级指令。这个获得CPU能力的应该被丢弃。
当我 运行 Tensorflow Serving on Cloud 运行 时,我得到了同样的结果。