Skip to content

Commit

Permalink
fix serverlessV2MinCapacity (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyosuke-kobayashi-lvgs authored Mar 13, 2024
1 parent fa6e0cd commit e2369dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdk/lib/constructs/vectorstore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export class VectorStore extends Construct {
securityGroups: [sg],
defaultDatabaseName: DB_NAME,
enableDataApi: true,
serverlessV2MinCapacity: 2.0,
serverlessV2MinCapacity: 0.5,
serverlessV2MaxCapacity: 5.0,
writer: rds.ClusterInstance.serverlessV2("writer", {
autoMinorVersionUpgrade: false,
Expand Down

0 comments on commit e2369dd

Please sign in to comment.