ã¾ããKawamata Ryoãããããã¡ã¢ãªã®å¤æ´ã¯ã³ã¼ãã§è¨å®ãããã¨ãã§ããã¨ã®æ å ±ãããã ãã¾ããï¼ä»¥ä¸ã®ããã«Functionsã®ãªãã·ã§ã³ã¨ãã¦memoryãæå®ãããã¨ã§ãã¡ã¢ãªå¤æ´ãå¯è½ãªããã§ãã const runtimeOpts = { timeoutSeconds: 300, memory: '1GB' } exports.myStorageFunction = functions .runWith(runtimeOpts) .storage .object() .onFinalize((object) = > { // do some complicated things that take a lot of memory and time }); ãªãã詳細ã¯å ¬å¼ã確èªãã¦ããã ãããã®ã§ãããæå®ã§ããmemoryã®å¤ã¯ä»¥ä¸ãæå®ã§ããã¿ããã§ãã 128MB
{{#tags}}- {{label}}
{{/tags}}