Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Y
YaCy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
YaCy
Commits
0350d3d9
Commit
0350d3d9
authored
3 years ago
by
Dominik Hebeler
Browse files
Options
Downloads
Patches
Plain Diff
raised memory limits
parent
8ea3ee61
No related branches found
No related tags found
No related merge requests found
Pipeline
#5913
passed
3 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
values.yaml
+6
-4
6 additions, 4 deletions
values.yaml
with
6 additions
and
4 deletions
values.yaml
+
6
−
4
View file @
0350d3d9
...
...
@@ -28,7 +28,7 @@ yacy:
password
:
volume
:
class
:
local-storage
size
:
3
0Gi
size
:
10
0Gi
# Here you can define additional config parameters for your yacy deployment.
# You can set any valid yacy config
# i.e.
...
...
@@ -44,11 +44,13 @@ yacy:
-
name
:
crawlResponse
value
:
true
-
name
:
javastart_Xmx
value
:
Xmx4096m
value
:
Xmx8192m
-
name
:
javastart_Xms
value
:
Xms8192m
-
name
:
resource.disk.used.max.steadystate
value
:
2304
0
value
:
9216
0
-
name
:
resource.disk.used.max.overshot
value
:
25088
value
:
100352
podAnnotations
:
{}
nodeSelector
:
yacy-node
:
"
true"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment