Skip to content

Commit b134e06

Browse files
committed
chore(deploy): upgrade default function to 1c2g
1 parent 96e8a5c commit b134e06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

veadk/integrations/ve_faas/ve_faas.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ def _create_function(self, function_name: str, path: str):
118118
runtime="native-python3.10/v1",
119119
request_timeout=1800,
120120
envs=envs,
121+
memory_mb=2048,
121122
)
122123
)
123124

0 commit comments

Comments
 (0)