Skip to content

Commit 85d464f

Browse files
committed
stronger nodes for faster feed
1 parent c72c386 commit 85d464f

File tree

1 file changed

+9
-3
lines changed
  • billion-scale-vector-search/app/src/main/application

1 file changed

+9
-3
lines changed

billion-scale-vector-search/app/src/main/application/services.xml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
<services version='1.0' xmlns:deploy="vespa" xmlns:preprocess="properties">
33
<!-- Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.-->
44
<container id='default' version='1.0'>
5-
<nodes count='1'/>
5+
<nodes count="1">
6+
<resources vcpu="8" memory="16Gb" disk="50Gb"/>
7+
</nodes>
68
<component id='ai.vespa.examples.ClusteringComponent' bundle='billion-scale-vector-search'/>
79
<search>
810
<chain id='default' inherits='vespa'>
@@ -23,7 +25,9 @@
2325
<document mode='index' type='vector' selection='vector.in_graph==true'/>
2426
<document-processing cluster='default' chain='neighbor-assigner' />
2527
</documents>
26-
<nodes count='1'/>
28+
<nodes count="1">
29+
<resources vcpu="8" memory="16Gb" disk="50Gb"/>
30+
</nodes>
2731
<engine>
2832
<proton>
2933
<tuning>
@@ -43,7 +47,9 @@
4347
<document mode='index' type='vector' selection='vector.in_graph==false'/>
4448
<document-processing cluster='default' chain='neighbor-assigner' />
4549
</documents>
46-
<nodes count='1'/>
50+
<nodes count="1">
51+
<resources vcpu="8" memory="16Gb" disk="50Gb"/>
52+
</nodes>
4753
<engine>
4854
<proton>
4955
<tuning>

0 commit comments

Comments
 (0)